mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-12-20 06:57:19 +01:00
Remove duplicate line introduced by the addition of (pickup world change) event.
This commit is contained in:
@@ -223,7 +223,6 @@ void Core::ResetFunc(PlayerInst & inst)
|
|||||||
inst.mOnObjectTouched.ReleaseGently();
|
inst.mOnObjectTouched.ReleaseGently();
|
||||||
inst.mOnPickupClaimed.ReleaseGently();
|
inst.mOnPickupClaimed.ReleaseGently();
|
||||||
inst.mOnPickupCollected.ReleaseGently();
|
inst.mOnPickupCollected.ReleaseGently();
|
||||||
inst.mOnPickupCollected.ReleaseGently();
|
|
||||||
inst.mOnCheckpointEntered.ReleaseGently();
|
inst.mOnCheckpointEntered.ReleaseGently();
|
||||||
inst.mOnCheckpointExited.ReleaseGently();
|
inst.mOnCheckpointExited.ReleaseGently();
|
||||||
inst.mOnClientScriptData.ReleaseGently();
|
inst.mOnClientScriptData.ReleaseGently();
|
||||||
|
|||||||
Reference in New Issue
Block a user