small bugfix

This commit is contained in:
alisolarflare 2016-10-21 21:58:08 -04:00
parent 0f4d8d5ee7
commit 5962a486cb

View file

@ -15,7 +15,7 @@ public class gPowerCommand implements CommandExecutor{
return false;
}
Player player = (Player) sender;
if (!(args.length < 2)){
if (args.length < 2){
player.sendMessage("Proper Usage to test G-Powers:");
player.sendMessage("/gpowertest [colour=red,orange,yellow,green,blue,purple] [active=true/false]");
return false;