missing getin

This commit is contained in:
[VB]AWOL
2013-11-17 19:25:24 -06:00
parent 4dfe009c90
commit 7f375d36c0

View File

@@ -604,6 +604,7 @@ dayz_perform_purge = {
_this removeAllEventHandlers "Killed"; _this removeAllEventHandlers "Killed";
_this removeAllEventHandlers "Fired"; _this removeAllEventHandlers "Fired";
_this removeAllEventHandlers "GetOut"; _this removeAllEventHandlers "GetOut";
_this removeAllEventHandlers "GetIn";
_this removeAllEventHandlers "Local"; _this removeAllEventHandlers "Local";
clearVehicleInit _this; clearVehicleInit _this;
deleteVehicle _this; deleteVehicle _this;