Changed some code formating options.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user