This commit is contained in:
2025-08-31 01:41:02 +09:00
parent 3891e48acd
commit 0d519700b6
7 changed files with 15 additions and 23 deletions

View File

@@ -11,7 +11,6 @@ System command which runs arbitrary code within a custom (not sandboxed) environ
local ExpUtil = require("modules/exp_util")
local Async = require("modules/exp_util/async")
local Storage = require("modules/exp_util/storage")
local Clustorio = require("modules/clusterio/api")
local Commands = require("modules/exp_commands") --- @class Commands
@@ -26,9 +25,7 @@ setmetatable(rcon_env, { __index = rcon_static })
rcon_static.Async = Async
rcon_static.ExpUtil = ExpUtil
rcon_static.Commands = Commands
rcon_static.Clustorio = Clustorio
rcon_static.print = Commands.print
rcon_static.ipc = Clustorio.send_json
--- @diagnostic enable: name-style-check
--- Some common callback values which are useful when a player uses the command