runegates always open

This commit is contained in:
2024-04-24 17:55:52 -05:00
parent bf9be1f7f9
commit ba1cb22662
+2
View File
@@ -40,6 +40,8 @@ public class Portal {
tmpLocation = Vector3fImmutable.rotateAroundPoint(sourceGate.getLoc(), tmpLocation, sourceGate.getBounds().getQuaternion().angleY);
this.portalLocation = tmpLocation;
this.activate(false);
}
public boolean isActive() {