runegates always open

This commit is contained in:
2024-04-24 17:50:50 -05:00
parent bb4c1d48a4
commit bf9be1f7f9
+2 -2
View File
@@ -43,8 +43,8 @@ public class Portal {
} }
public boolean isActive() { public boolean isActive() {
return true;
return this.active; //return this.active;
} }