Changed some code formating options.

This commit is contained in:
MobiusDev
2015-09-01 02:41:24 +00:00
parent da39926986
commit 9b8475e18c
2 changed files with 2 additions and 4 deletions

View File

@ -184,7 +184,7 @@ public abstract class L2Object extends ListenersContainer implements IIdentifiab
@Override
public final boolean spawnMe()
{
assert(getWorldRegion() == null) && (getLocation().getX() != 0) && (getLocation().getY() != 0) && (getLocation().getZ() != 0);
assert (getWorldRegion() == null) && (getLocation().getX() != 0) && (getLocation().getY() != 0) && (getLocation().getZ() != 0);
synchronized (this)
{
@ -569,7 +569,6 @@ public abstract class L2Object extends ListenersContainer implements IIdentifiab
public void removeStatusListener(L2Character object)
{
}
protected void badCoords()