Merge remote-tracking branch 'origin/master'

This commit is contained in:
libraryaddict 2022-07-19 02:44:23 +12:00
commit b56dabc570

View File

@ -74,7 +74,7 @@ public class ArmorStandWatcher extends LivingWatcher {
if (isTrue) {
b1 = (byte) (b1 | value);
} else {
b1 = (byte) (b1 & value);
b1 = (byte) (b1 & ~value);
}
setData(MetaIndex.ARMORSTAND_META, b1);