Breakpoint set

This commit is contained in:
2025-10-27 20:18:40 -04:00
parent c1318b53eb
commit 3894007fdd
2 changed files with 3 additions and 3 deletions
@@ -58,6 +58,9 @@ public abstract class dbHandlerBase {
int id = rs.getInt(1);
if (id == 889440)
Logger.info("hit");
if (DbManager.inCache(localObjectType, id)) {
objectList.add((T) DbManager.getFromCache(localObjectType, id));
} else {
-3
View File
@@ -150,9 +150,6 @@ public class Mob extends AbstractIntelligenceAgent implements Delayed {
this.currentID = this.dbID;
if (this.dbID == 889440)
Logger.info("hit");
} catch (Exception e) {
Logger.error(e + " " + this.dbID);
}