Block local script execution bug

See:
<pre>https://dev.arma3.com/post/spotrep-00045
Fixed: Exploit with inGameUISetEventHandler granted a menu hack
possibility</pre>
Still not fixed in A20A as of 1.63.131129
This commit is contained in:
ebaydayz
2016-02-18 14:16:47 -05:00
parent 76f018393d
commit 7a1058cb6d

View File

@@ -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
*/