forked from MagicBane/Server
runegates always open
This commit is contained in:
@@ -40,6 +40,8 @@ public class Portal {
|
|||||||
tmpLocation = Vector3fImmutable.rotateAroundPoint(sourceGate.getLoc(), tmpLocation, sourceGate.getBounds().getQuaternion().angleY);
|
tmpLocation = Vector3fImmutable.rotateAroundPoint(sourceGate.getLoc(), tmpLocation, sourceGate.getBounds().getQuaternion().angleY);
|
||||||
|
|
||||||
this.portalLocation = tmpLocation;
|
this.portalLocation = tmpLocation;
|
||||||
|
|
||||||
|
this.activate(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isActive() {
|
public boolean isActive() {
|
||||||
|
|||||||
Reference in New Issue
Block a user