Improving the faction tag matching

This commit is contained in:
Olof Larsson
2011-10-22 17:42:13 +02:00
parent 75cd9b5e18
commit 7ebed6db9c
3 changed files with 22 additions and 7 deletions

View File

@ -53,6 +53,7 @@ public class MiscUtil
String ret = "";
str = ChatColor.stripColor(str);
str = str.toLowerCase();
for (char c : str.toCharArray())
{