Skip to content

Commit

Permalink
Added back the "fg" alias.
Browse files Browse the repository at this point in the history
How did i screw that one up?
  • Loading branch information
gravityfox committed Nov 23, 2015
1 parent 51d39ca commit 0138521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/gravityfox/foxguard/FoxGuardMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ private void registerCommands() {

fgDispatcher.register(fgFlagSetDispatcher, "flagsets", "flagset", "flag", "flags", "f");

game.getCommandDispatcher().register(this, fgDispatcher, "foxguard", "foxg", "fguard", "");
game.getCommandDispatcher().register(this, fgDispatcher, "foxguard", "foxg", "fguard", "fg");
}

private void registerListeners() {
Expand Down

0 comments on commit 0138521

Please sign in to comment.