Merge pull request #485 from CS-Birb/patch-1

Read BEE_META in BeeWatcher
This commit is contained in:
libraryaddict
2020-06-23 22:19:13 +12:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ public class BeeWatcher extends AgeableWatcher {
}
private boolean getBeeFlag(int value) {
return (getData(MetaIndex.PANDA_META) & value) != 0;
return (getData(MetaIndex.BEE_META) & value) != 0;
}
private void setBeeFlag(int no, boolean flag) {