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
{
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 RscPictureGUI