Rename /info to /gameinfo

This commit is contained in:
Spencer 2017-12-30 17:06:28 -05:00 committed by Alexander Meech
parent ca9b1cb490
commit 57e22e9d24
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class InfoCommand extends BaseCommand
public InfoCommand(MapParser plugin)
{
super(plugin, "info");
super(plugin, "gameinfo");
setUsage("/info <gametype> & /info addInfo <gameType> <info>");
}