mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
More colour.
This commit is contained in:
parent
3a4e4c59e4
commit
b85aaea039
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class FormatUtil
|
|||
return null;
|
||||
}
|
||||
String message;
|
||||
if (user.isAuthorized(permBase + ".color"))
|
||||
if (user.isAuthorized(permBase + ".color") || user.isAuthorized(permBase + ".colour"))
|
||||
{
|
||||
message = replaceColor(input, REPLACE_COLOR_PATTERN);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue