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