diff --git a/SQF/dayz_code/system/antihack.sqf b/SQF/dayz_code/system/antihack.sqf index 969c16900..35c7f0559 100644 --- a/SQF/dayz_code/system/antihack.sqf +++ b/SQF/dayz_code/system/antihack.sqf @@ -19,6 +19,7 @@ waitUntil {vehicle player == player}; sleep 10; //Bypass spam }; }; + endMission "LOSER"; }; _al1veOnce = false; @@ -108,4 +109,5 @@ while {true} do { sleep 0.25; }; sleep 0.1; -}; \ No newline at end of file +}; +endMission "LOSER";