From baf804ddc0f665b7d1a433618f0772a7baa53bec Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Sat, 17 Dec 2016 03:31:17 -0500 Subject: [PATCH] #27 fixed gm swap --- .../components/creativeboundaries/commands/Cbgm0.java | 2 +- .../components/creativeboundaries/commands/Cbgm1.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buttondevteam/alipresents/components/creativeboundaries/commands/Cbgm0.java b/src/buttondevteam/alipresents/components/creativeboundaries/commands/Cbgm0.java index 2d026df..d5dd890 100644 --- a/src/buttondevteam/alipresents/components/creativeboundaries/commands/Cbgm0.java +++ b/src/buttondevteam/alipresents/components/creativeboundaries/commands/Cbgm0.java @@ -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) { diff --git a/src/buttondevteam/alipresents/components/creativeboundaries/commands/Cbgm1.java b/src/buttondevteam/alipresents/components/creativeboundaries/commands/Cbgm1.java index aa78055..b0ea0e2 100644 --- a/src/buttondevteam/alipresents/components/creativeboundaries/commands/Cbgm1.java +++ b/src/buttondevteam/alipresents/components/creativeboundaries/commands/Cbgm1.java @@ -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) {