mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Fixes #356
This commit is contained in:
parent
a36d6a92d9
commit
72e2fb34c4
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class ArmorStandWatcher extends LivingWatcher
|
||||||
|
|
||||||
public void setMarker(boolean isMarker)
|
public void setMarker(boolean isMarker)
|
||||||
{
|
{
|
||||||
setArmorStandFlag(10, isMarker);
|
setArmorStandFlag(16, isMarker);
|
||||||
sendData(MetaIndex.ARMORSTAND_META);
|
sendData(MetaIndex.ARMORSTAND_META);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue