1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 03:24:31 +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;
}
String message;
if (user.isAuthorized(permBase + ".color"))
if (user.isAuthorized(permBase + ".color") || user.isAuthorized(permBase + ".colour"))
{
message = replaceColor(input, REPLACE_COLOR_PATTERN);
}