Read BEE_META in BeeWatcher

This commit is contained in:
Connor 'Birb' McCormick 2020-06-23 21:35:20 +12:00 committed by GitHub
parent 407975f41f
commit 68d3ccc7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ public class BeeWatcher extends AgeableWatcher {
} }
private boolean getBeeFlag(int value) { 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) { private void setBeeFlag(int no, boolean flag) {