mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 11:04:29 +02:00
More colour.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user