fix #23
This commit is contained in:
parent
9332ac6353
commit
a77fc52da9
|
|
@ -27,7 +27,7 @@ public class ModsSupport {
|
|||
ResultSet resultSet = queryResult.resultSet();
|
||||
if(resultSet.next()) {
|
||||
String curios_data=resultSet.getString("curios_item");
|
||||
if(curios_data.isEmpty())
|
||||
if(curios_data.length()<=2)
|
||||
return;
|
||||
itemHandler.ifPresent(handler ->{
|
||||
for (int i = 0; i < handler.getSlots(); i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user