mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
fix missing space in level pervisit/perbuild deny message due to being above max rank
This commit is contained in:
parent
1343f597c3
commit
65eb5cf1c0
@ -75,7 +75,7 @@ namespace MCGalaxy {
|
||||
Player.Message(p, "Only {2}%S+ {3}may {0} {1}",
|
||||
Action, ColoredName, Group.GetColoredName(Min), whitelist);
|
||||
} else if (result == AccessResult.AboveMaxRank) {
|
||||
Player.Message(p, "Only {2} %Sand below {3}may{0} {1}",
|
||||
Player.Message(p, "Only {2} %Sand below {3}may {0} {1}",
|
||||
Action, ColoredName, Group.GetColoredName(Max), whitelist);
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user