mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Renamed ListObject -> Delta. Guild null fix
Delete your ODB for this
This commit is contained in:
@@ -210,6 +210,7 @@ public class NGECore {
|
||||
setGalaxyStatus(1);
|
||||
creatureODB = new ObjectDatabase("creature", true, false, true);
|
||||
mailODB = new ObjectDatabase("mails", true, false, true);
|
||||
guildODB = new ObjectDatabase("guild", true, false, true);
|
||||
// Services
|
||||
loginService = new LoginService(this);
|
||||
connectionService = new ConnectionService(this);
|
||||
@@ -413,6 +414,10 @@ public class NGECore {
|
||||
return config;
|
||||
}
|
||||
|
||||
public String getGalaxyName() {
|
||||
return config.getString("GALAXY_NAME");
|
||||
}
|
||||
|
||||
public DatabaseConnection getDatabase1() {
|
||||
return databaseConnection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user