#27 fixed gm swap

This commit is contained in:
alisolarflare 2016-12-17 03:31:17 -05:00
parent 625133a90f
commit baf804ddc0
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import buttondevteam.alipresents.components.creativeboundaries.CreativeBoundarie
public class Cbgm0 extends PlayerCommand{
@Override
public String GetCommandPath() {
return "cb gm1";
return "cb gm0";
}
@Override
public boolean OnCommand(Player player, String arg2, String[] arg3) {

View file

@ -8,7 +8,7 @@ import buttondevteam.alipresents.components.creativeboundaries.CreativeBoundarie
public class Cbgm1 extends PlayerCommand {
@Override
public String GetCommandPath() {
return "cb gm0";
return "cb gm1";
}
@Override
public boolean OnCommand(Player player, String arg2, String[] arg3) {