forked from MagicBane/Server
unused variable removed
This commit is contained in:
@@ -121,7 +121,6 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
|
|||||||
protected boolean movingUp = false;
|
protected boolean movingUp = false;
|
||||||
private float desiredAltitude = 0;
|
private float desiredAltitude = 0;
|
||||||
private long takeOffTime = 0;
|
private long takeOffTime = 0;
|
||||||
private long lastHateUpdate = 0;
|
|
||||||
private byte aoecntr = 0;
|
private byte aoecntr = 0;
|
||||||
|
|
||||||
public int hidden = 0; // current rank of hide/sneak/invis
|
public int hidden = 0; // current rank of hide/sneak/invis
|
||||||
|
|||||||
Reference in New Issue
Block a user