bug class fixed involving rs usage

This commit is contained in:
2023-05-23 14:29:08 -04:00
parent adcf7ca927
commit bcc1ac115d
6 changed files with 16 additions and 5 deletions
@@ -101,6 +101,7 @@ public class dbItemHandler extends dbHandlerBase {
if (objectUUID > 0)
return GET_ITEM(objectUUID);
}
} catch (SQLException e) {
Logger.error(e);
}