mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-13 10:25:14 +01:00
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() {
|
||||
return getArmorStandFlag(10);
|
||||
return getArmorStandFlag(16);
|
||||
}
|
||||
|
||||
public boolean isNoBasePlate() {
|
||||
|
Loading…
Reference in New Issue
Block a user