Fix armorstand marker not mapped properly, fixes #621
This commit is contained in:
parent
f1b7cbf444
commit
ae0aa70304
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user