mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -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}",
|
Player.Message(p, "Only {2}%S+ {3}may {0} {1}",
|
||||||
Action, ColoredName, Group.GetColoredName(Min), whitelist);
|
Action, ColoredName, Group.GetColoredName(Min), whitelist);
|
||||||
} else if (result == AccessResult.AboveMaxRank) {
|
} 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);
|
Action, ColoredName, Group.GetColoredName(Max), whitelist);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user