Browse Source

runegates always open

lakebane-master
FatBoy-DOTC 7 months ago
parent
commit
ba1cb22662
  1. 2
      src/engine/objects/Portal.java

2
src/engine/objects/Portal.java

@ -40,6 +40,8 @@ public class Portal { @@ -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() {

Loading…
Cancel
Save