mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Add Gui Inputs (Unable to test)
This commit is contained in:
@@ -45,7 +45,7 @@ Event.register(defines.events.on_tick, function(event)
|
||||
command=table.remove(global.sudo)
|
||||
if command and command.fun and type(command.fun) == 'function' then
|
||||
local args = command.var or {}
|
||||
command.fun(args[1],args[2],args[3],args[4],args[5],args[6])
|
||||
command.fun(unpack(args))
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user