Correct blaze value

This commit is contained in:
Andrew 2013-06-02 23:47:08 +12:00
parent 174d297445
commit 5c51f9680e

View File

@ -8,7 +8,7 @@ public class BlazeWatcher extends LivingWatcher {
}
public boolean isBlazing() {
return (Byte) getValue(16) == 0;
return (Byte) getValue(16) == 1;
}
public void setBlazing(boolean isBlazing) {