Sort fields by name

This commit is contained in:
libraryaddict 2014-06-21 09:48:20 +12:00
parent c7127f56f5
commit 29e1bf67de

View file

@ -175,9 +175,9 @@ public abstract class Disguise {
final TargetedDisguise disguise = (TargetedDisguise) this;
// A scheduler to clean up any unused disguises.
velocityRunnable = new Runnable() {
private int blockX, blockY, blockZ, facing;
private int deadTicks = 0;
private int refreshDisguise = 0;
private int blockX, blockY, blockZ, facing;
public void run() {
// If entity is no longer valid. Remove it.