fuckin intellij adding spaces

This commit is contained in:
ThatGamerBlue
2020-02-02 15:35:08 +00:00
parent 0e4d156487
commit cc973ed77a

View File

@@ -138,12 +138,12 @@ public class FreezeTimersV2Plugin extends Plugin
timerManager.setTimerFor(actor, TimerType.TELEBLOCK, new Timer(this, null));
}
else if (WorldType.isPvpWorld(worldTypes) &&
MapLocations.getPvpSafeZones(actorLoc.getPlane()).contains(actorLoc.getX(), actorLoc.getY()))
MapLocations.getPvpSafeZones(actorLoc.getPlane()).contains(actorLoc.getX(), actorLoc.getY()))
{
timerManager.setTimerFor(actor, TimerType.TELEBLOCK, new Timer(this, null));
}
else if (WorldType.isDeadmanWorld(worldTypes) &&
MapLocations.getDeadmanSafeZones(actorLoc.getPlane()).contains(actorLoc.getX(), actorLoc.getY()))
MapLocations.getDeadmanSafeZones(actorLoc.getPlane()).contains(actorLoc.getX(), actorLoc.getY()))
{
timerManager.setTimerFor(actor, TimerType.TELEBLOCK, new Timer(this, null));
}