forked from MagicBane/Server
Project reformat.
This commit is contained in:
@@ -3,7 +3,6 @@ package engine.objects;
|
||||
import engine.Enum;
|
||||
import engine.Enum.PortalType;
|
||||
import engine.InterestManagement.WorldGrid;
|
||||
import engine.gameManager.BuildingManager;
|
||||
import engine.gameManager.ConfigManager;
|
||||
import engine.job.JobScheduler;
|
||||
import engine.jobs.CloseGateJob;
|
||||
@@ -105,7 +104,7 @@ public class Portal {
|
||||
if (player.getTimeStamp("lastMoveGate") < this.lastActive)
|
||||
return;
|
||||
|
||||
player.teleport(targetGate.getLoc().add(0,6,0));//offset height of runegate
|
||||
player.teleport(targetGate.getLoc().add(0, 6, 0));//offset height of runegate
|
||||
player.setSafeMode();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user