mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Set initial value to 0 to immediate change
This commit is contained in:
parent
fd2926241c
commit
01fa2ff843
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue