< or > same f*cking thing to every one

This commit is contained in:
Cooldude2606
2017-08-21 12:19:38 +01:00
parent f2c5bda7b4
commit 1b8bde4399

View File

@@ -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)