mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 12:01:20 +02:00
More colour.
This commit is contained in:
@@ -80,7 +80,7 @@ public class FormatUtil
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
String message;
|
String message;
|
||||||
if (user.isAuthorized(permBase + ".color"))
|
if (user.isAuthorized(permBase + ".color") || user.isAuthorized(permBase + ".colour"))
|
||||||
{
|
{
|
||||||
message = replaceColor(input, REPLACE_COLOR_PATTERN);
|
message = replaceColor(input, REPLACE_COLOR_PATTERN);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user