diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo
index b231bd3a..4643e505 100644
Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo differ
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+";
 			};