Set initial value to 0 to immediate change
This commit is contained in:
parent
fd2926241c
commit
01fa2ff843
@ -171,7 +171,7 @@ public abstract class Disguise {
|
||||
private int blockX, blockY, blockZ, facing;
|
||||
private int deadTicks = 0;
|
||||
private int refreshDisguise = 0;
|
||||
private int actionBarTicks = 0;
|
||||
private int actionBarTicks = -1;
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
|
Loading…
Reference in New Issue
Block a user