diff --git a/SQF/dayz_code/system/antihack.sqf b/SQF/dayz_code/system/antihack.sqf index 54ee7b5f2..1aef2b95a 100644 --- a/SQF/dayz_code/system/antihack.sqf +++ b/SQF/dayz_code/system/antihack.sqf @@ -1,3 +1,8 @@ +/* Block local script execution bug. Still not fixed in A20A as of 1.63.131129 */ +inGameUISetEventHandler ["PrevAction","false"]; +inGameUISetEventHandler ["NextAction","false"]; +inGameUISetEventHandler ["Action","false"]; + /* Anti-Teleport - Created By Razor / Refactored By Alby & CopyPasted to Epoch by Skaronator */