Runegates and portals now loaded from database.
This commit is contained in:
@@ -311,4 +311,6 @@ public enum DbManager {
|
||||
public static final dbBoonHandler BoonQueries = new dbBoonHandler();
|
||||
public static final dbShrineHandler ShrineQueries = new dbShrineHandler();
|
||||
public static final dbHeightMapHandler HeightMapQueries = new dbHeightMapHandler();
|
||||
|
||||
public static final dbRunegateHandler RunegateQueries = new dbRunegateHandler();
|
||||
}
|
||||
|
||||
@@ -206,7 +206,7 @@ public enum SimulationManager {
|
||||
*/
|
||||
private void pulseRunegates() {
|
||||
|
||||
for (Runegate runegate : Runegate.getRunegates()) {
|
||||
for (Runegate runegate : Runegate._runegates.values()) {
|
||||
runegate.collidePortals();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user