mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-02-21 02:31:59 +01:00
Correct blaze value
This commit is contained in:
parent
174d297445
commit
5c51f9680e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user