From 1b8bde439957420e3c9008bc6c0d5fa20ad7fd06 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 21 Aug 2017 12:19:38 +0100 Subject: [PATCH] < or > same f*cking thing to every one --- locale/ExpGaming-Core/ExpGaming - Server Interface.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua index 4544e187..4cffd664 100644 --- a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua +++ b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua @@ -95,7 +95,7 @@ Event.register(defines.events.on_tick, function(event) end -- removes old temp varibles for name,data in pairs(global.sudo.temp_varibles) do - if data.remove_time >= game.tick then global.sudo.temp_varibles[name] = nil end + if data.remove_time <= game.tick then global.sudo.temp_varibles[name] = nil end end end) Event.register(-1,function() global.sudo = {commands={},temp_varibles={}} end)