Correct blaze value
This commit is contained in:
parent
174d297445
commit
5c51f9680e
@ -8,7 +8,7 @@ public class BlazeWatcher extends LivingWatcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isBlazing() {
|
public boolean isBlazing() {
|
||||||
return (Byte) getValue(16) == 0;
|
return (Byte) getValue(16) == 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setBlazing(boolean isBlazing) {
|
public void setBlazing(boolean isBlazing) {
|
||||||
|
Loading…
Reference in New Issue
Block a user