small bugfix
This commit is contained in:
parent
0f4d8d5ee7
commit
5962a486cb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue