Fix typo in VON block

My mistake from b9a5c59
This commit is contained in:
ebaydayz
2016-11-25 18:42:38 -05:00
parent 808c8cf736
commit 27f492f401
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ class RscDisplayChat
class RscDisplayChannel class RscDisplayChannel
{ {
idd = 63; idd = 63;
onMouseButtonDown = "_handle = if (!isNil 'DZE_FilterCheats') then {[(_this select 1),false] call DZE_FilterCheats} else {false}; _handle"; onMouseButtonDown = "_handle = if (!isNil 'DZE_FilterCheats') then {[0,(_this select 1),false] call DZE_FilterCheats} else {false}; _handle";
class controls; class controls;
}; };
class RscPictureGUI class RscPictureGUI

View File

@@ -154,7 +154,7 @@ if (isNil "keyboard_keys") then {
dayz_lastCheckBit = diag_ticktime; dayz_lastCheckBit = diag_ticktime;
[player,20,true,(getPosATL player)] call player_alertZombies; [player,20,true,(getPosATL player)] call player_alertZombies;
}; };
_handled = if (!isNil "DZE_FilterCheats") then {[-999,false] call DZE_FilterCheats} else {false}; _handled = if (!isNil "DZE_FilterCheats") then {[0,-999,false] call DZE_FilterCheats} else {false};
}; };
_journal = { _journal = {
if (!dayz_isSwimming and !dialog) then { if (!dayz_isSwimming and !dialog) then {