mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fix false ban on draw3d usage
This commit is contained in:
parent
4e1c89c41e
commit
47e31dbdda
Binary file not shown.
@ -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+";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user