mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-12-25 09:27:39 +01:00
Fixed OddItem integration
This commit is contained in:
parent
817fdeae3f
commit
0f0fd3b60e
@ -210,6 +210,10 @@ public class SignChange implements Listener {
|
||||
}
|
||||
|
||||
private static String formatItemLine(String line, ItemStack item) {
|
||||
if (MaterialUtil.Odd.getFromString(line) != null) {
|
||||
return line;
|
||||
}
|
||||
|
||||
String formatted, data = "";
|
||||
String[] split = line.split(":|-", 2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user