Add more listeners and events to listen to
This commit is contained in:
@@ -174,7 +174,7 @@ public class ShopUtil {
|
||||
if (m.equals(Material.TNT)) {
|
||||
return "TNT";
|
||||
}
|
||||
String orig = m.toString().toLowerCase();
|
||||
String orig = m.name().toLowerCase();
|
||||
String[] splits = orig.split("_");
|
||||
StringBuilder sb = new StringBuilder(orig.length());
|
||||
int pos = 0;
|
||||
|
||||
Reference in New Issue
Block a user