1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 12:01:20 +02:00

More colour.

This commit is contained in:
KHobbits
2013-08-20 01:51:32 +01:00
parent 618c999555
commit babee63623

View File

@@ -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);
} }