Fix the one command where I forgot to put a + in its /help for its extra permission.

This commit is contained in:
UnknownShadow200 2016-08-25 22:48:12 +10:00
parent f17b95891f
commit a1f81f5920

View File

@ -28,7 +28,7 @@ namespace MCGalaxy.Commands
public override bool museumUsable { get { return true; } }
public override LevelPermission defaultRank { get { return LevelPermission.Banned; } }
public override CommandPerm[] ExtraPerms {
get { return new[] { new CommandPerm(LevelPermission.Builder, "can send rules to other players") }; }
get { return new[] { new CommandPerm(LevelPermission.Builder, "+ can send rules to other players") }; }
}
public override void Use(Player p, string message) {