From 47e31dbdda9956b5eff76d27e348d4cb2bc91d42 Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 13 Oct 2015 16:07:13 -0500 Subject: [PATCH] fix false ban on draw3d usage --- .../@epochhive/addons/a3_epoch_server.pbo | Bin 360647 -> 360647 bytes .../init/server_securityfunctions.sqf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo index b231bd3a57dfa3b41c03e69e601c697b3926c2f5..4643e505877ba9cd6aa175dfc7887a58ba12db14 100644 GIT binary patch delta 90 zcmV-g0Hy!OffmPs7O<2Q12=LVvzHVE0Rt>@9fO_~hn^Jyx1JROrHuwRH8L|bIfqH3 w0=G${171S`F_&QS0~d$C<^#9C<^=Sa6e&~{o13=MZ-6|0m98|jYV+Zw*|78^Qvd(} delta 93 zcmV-j0HXiLffmPs7O<2Q119eqvzHVE0RxUZ41=B(hn^Jyx1JROrHuwQH8V0dFo#K_ z0=G${171UyjOYUomu~U{35UPt1Gm5C1oW8{g$UPf;yQD2EU66@Eoa_%-B0k#QhFtI diff --git a/Sources/epoch_server/init/server_securityfunctions.sqf b/Sources/epoch_server/init/server_securityfunctions.sqf index 3e4a4553..34c29477 100644 --- a/Sources/epoch_server/init/server_securityfunctions.sqf +++ b/Sources/epoch_server/init/server_securityfunctions.sqf @@ -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+"; };