diff --git a/quant.ew/files/system/tapion/tapion.lua b/quant.ew/files/system/tapion/tapion.lua index f26eaa63..84468342 100644 --- a/quant.ew/files/system/tapion/tapion.lua +++ b/quant.ew/files/system/tapion/tapion.lua @@ -7,7 +7,7 @@ function rpc.set_helpless(anger) end function tapion.on_world_update() - if GameGetFrameNum() % 60 == 57 then + if ctx.is_host and GameGetFrameNum() % 60 == 57 then rpc.set_helpless(tonumber(GlobalsGetValue( "HELPLESS_KILLS", "1" ))) end end