Don't JIP check server side, but still have it fire for HC.

This commit is contained in:
jaynus 2015-04-17 18:27:35 -07:00
parent 8fa0c91632
commit da09b74fe4

View File

@ -204,7 +204,7 @@ if(!isServer) then{
// JIP Detection and event trigger. Run this at the very end, just in case anything uses it
if(isNull player) then {
if(!isServer && {isNull player}) then {
// We are jipping! Get ready and wait, and throw the event
[{
PARAMS_2(_args,_handle);