mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Removed debug message
This commit is contained in:
@@ -8,9 +8,8 @@ Commands.add_parse('color',function(input, player, reject)
|
||||
if not input then return end
|
||||
local color = Colours[input]
|
||||
if not color then
|
||||
player.print("invalid")
|
||||
return reject{'expcore-commands.reject-color'}
|
||||
return reject{'expcore-commands.reject-color'}
|
||||
else
|
||||
return input
|
||||
return input
|
||||
end
|
||||
end)
|
||||
Reference in New Issue
Block a user