1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 19:44:15 +02:00

More colour.

This commit is contained in:
KHobbits
2013-08-20 01:51:32 +01:00
parent 9f0ada7a9d
commit af782bb409

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