1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-20 19:57:12 +01:00

Remove duplicate line introduced by the addition of (pickup world change) event.

This commit is contained in:
Sandu Liviu Catalin 2016-08-19 18:03:04 +03:00
parent f92dcab92a
commit 5bfaf73f92

View File

@ -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();