Correct blaze value
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user