Fix armorstand marker not mapped properly, fixes #621

This commit is contained in:
libraryaddict 2021-09-28 23:53:52 +13:00
parent f1b7cbf444
commit ae0aa70304

View File

@ -48,7 +48,7 @@ public class ArmorStandWatcher extends LivingWatcher {
} }
public boolean isMarker() { public boolean isMarker() {
return getArmorStandFlag(10); return getArmorStandFlag(16);
} }
public boolean isNoBasePlate() { public boolean isNoBasePlate() {