permanent open runegates

This commit is contained in:
2024-06-15 16:18:24 -05:00
parent 553b09d827
commit 306fdf4235
@@ -215,6 +215,10 @@ public enum SimulationManager {
private void pulseRunegates() {
for (Runegate runegate : Runegate._runegates.values()) {
for(Portal portal : runegate._portals)
if(!portal.isActive())
portal.activate(false);
runegate.collidePortals();
}