Send 300 air not 0

This commit is contained in:
libraryaddict 2019-07-25 15:39:36 +12:00
parent 887181e6e9
commit e5ed366a33

View File

@ -41,7 +41,6 @@ public class FlagWatcher {
public FlagWatcher(Disguise disguise) {
this.disguise = (TargetedDisguise) disguise;
this.setData(MetaIndex.ENTITY_AIR_TICKS, 0);
equipment = new LibsEquipment(this);
}