fixed #15
This commit is contained in:
parent
17ad40f693
commit
41298da321
|
|
@ -43,6 +43,12 @@ public class ModsSupport {
|
|||
}
|
||||
}
|
||||
});
|
||||
}else {
|
||||
itemHandler.ifPresent(handler ->{
|
||||
for (int i = 0; i < handler.getSlots(); i++) {
|
||||
handler.getEquippedCurios().setStackInSlot(i,ItemStack.EMPTY);
|
||||
}
|
||||
});
|
||||
}
|
||||
resultSet.close();
|
||||
queryResult.getConnection().close();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user