mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 13:01:39 +09:00
< or > same f*cking thing to every one
This commit is contained in:
@@ -95,7 +95,7 @@ Event.register(defines.events.on_tick, function(event)
|
|||||||
end
|
end
|
||||||
-- removes old temp varibles
|
-- removes old temp varibles
|
||||||
for name,data in pairs(global.sudo.temp_varibles) do
|
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
|
||||||
end)
|
end)
|
||||||
Event.register(-1,function() global.sudo = {commands={},temp_varibles={}} end)
|
Event.register(-1,function() global.sudo = {commands={},temp_varibles={}} end)
|
||||||
|
|||||||
Reference in New Issue
Block a user