mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
forgot to remove a variable
This commit is contained in:
@@ -589,7 +589,6 @@ public class NGECore {
|
||||
private void cleanupCreatureODB() {
|
||||
ODBCursor cursor = swgObjectODB.getCursor();
|
||||
|
||||
List<CreatureObject> deletedObjects = new ArrayList<CreatureObject>();
|
||||
int deleteCount = 0;
|
||||
|
||||
while(cursor.hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user