mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
This commit is contained in:
@@ -242,7 +242,8 @@ public class NGECore {
|
||||
public static boolean PACKET_DEBUG = false;
|
||||
|
||||
public NGECore() {
|
||||
|
||||
|
||||
instance = this;
|
||||
}
|
||||
|
||||
public void start() {
|
||||
@@ -513,7 +514,7 @@ public class NGECore {
|
||||
|
||||
terrainService.loadSnapShotObjects();
|
||||
objectService.loadServerTemplates();
|
||||
objectService.loadBuildings();
|
||||
objectService.loadObjects();
|
||||
harvesterService.loadHarvesters();
|
||||
|
||||
simulationService.insertSnapShotObjects();
|
||||
@@ -828,7 +829,7 @@ public class NGECore {
|
||||
public long getGalacticTime() {
|
||||
return System.currentTimeMillis() - galacticTime;
|
||||
}
|
||||
|
||||
|
||||
public void closeODBs() {
|
||||
swgObjectODB.close();
|
||||
mailODB.close();
|
||||
|
||||
Reference in New Issue
Block a user