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
1 changed files with 1 additions and 1 deletions

View File

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