Improving the faction tag matching
This commit is contained in:
@ -53,6 +53,7 @@ public class MiscUtil
|
||||
String ret = "";
|
||||
|
||||
str = ChatColor.stripColor(str);
|
||||
str = str.toLowerCase();
|
||||
|
||||
for (char c : str.toCharArray())
|
||||
{
|
||||
|
Reference in New Issue
Block a user