mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-30 12:00:34 +08:00
More colour.
This commit is contained in:
parent
3a4e4c59e4
commit
b85aaea039
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user