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