fix missing space in level pervisit/perbuild deny message due to being above max rank

This commit is contained in:
UnknownShadow200 2018-02-04 21:45:35 +11:00
parent 1343f597c3
commit 65eb5cf1c0

View File

@ -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;