Disable /unlockCosmetics on production servers

This commit is contained in:
cnr 2016-05-20 03:23:27 -05:00
parent 22fb507871
commit d6750c7d91

View File

@ -28,6 +28,7 @@ public class UnlockCosmeticsCommand extends CommandBase<GadgetManager>
if(!testServer) if(!testServer)
{ {
UtilPlayer.message(caller, F.elem("This command can only be used on test servers!")); UtilPlayer.message(caller, F.elem("This command can only be used on test servers!"));
return;
} }
// Adds all cosmetic types // Adds all cosmetic types