mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Fix start, join, formatting, and locale issues
This commit is contained in:
@@ -86,6 +86,7 @@ Commands.new("_rcon", { "exp-commands_rcon.description" })
|
||||
if compile_error then
|
||||
return Commands.status.invalid_input(compile_error)
|
||||
else
|
||||
--- @cast invocation -nil
|
||||
local success, rtn = xpcall(invocation, debug.traceback)
|
||||
if success == false then
|
||||
return Commands.status.error(rtn)
|
||||
|
||||
Reference in New Issue
Block a user