mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-24 11:54:35 +08:00
More colour.
This commit is contained in:
parent
3a4e4c59e4
commit
b85aaea039
@ -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 New Issue
Block a user