This commit is contained in:
mlus 2024-05-02 20:17:15 +08:00
parent 17ad40f693
commit 41298da321

View File

@ -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();