fix false ban on draw3d usage

This commit is contained in:
vbawol 2015-10-13 16:07:13 -05:00
parent 4e1c89c41e
commit 47e31dbdda
2 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ _skn_code_antihack = compileFinal ("
_addCase = addMissionEventHandler ['Draw3D', {}];
removeMissionEventHandler ['Draw3D',0];
if (_addCase > 0) then {
if (_addCase > 1) then {
[format['MEH: Draw3D %1',_addCase],0] call "+_sknBanANDSleep+";
};