mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user