mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
missing getin
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user