mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 19:50:30 +00:00
Send 300 air not 0
This commit is contained in:
parent
887181e6e9
commit
e5ed366a33
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ public class FlagWatcher {
|
||||||
|
|
||||||
public FlagWatcher(Disguise disguise) {
|
public FlagWatcher(Disguise disguise) {
|
||||||
this.disguise = (TargetedDisguise) disguise;
|
this.disguise = (TargetedDisguise) disguise;
|
||||||
this.setData(MetaIndex.ENTITY_AIR_TICKS, 0);
|
|
||||||
equipment = new LibsEquipment(this);
|
equipment = new LibsEquipment(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue