mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix the one command where I forgot to put a + in its /help for its extra permission.
This commit is contained in:
parent
f17b95891f
commit
a1f81f5920
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user