mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Fix start, join, formatting, and locale issues
This commit is contained in:
@@ -395,7 +395,7 @@ end
|
||||
-- The prototype definition for command objects
|
||||
|
||||
local function assert_command_mutable(command)
|
||||
if not Commands.registered_commands[command.name] then
|
||||
if Commands.registered_commands[command.name] then
|
||||
error("Command cannot be modified after being registered.", 3)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user