Fix SG failing to load

This commit is contained in:
Sam 2018-08-01 19:51:05 +01:00 committed by Alexander Meech
parent 0f749f7794
commit d766c7d1eb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public class MapCommand extends CommandBase<ArcadeManager>
public MapCommand(ArcadeManager plugin)
{
super(plugin, Perm.MAP_COMMAND, "map", "whatmap");
super(plugin, Perm.MAP_COMMAND, "whatmap");
}
@Override