Disable /unlockCosmetics on production servers
This commit is contained in:
parent
22fb507871
commit
d6750c7d91
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user