We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... activation would make Wither invisible.
The text was updated successfully, but these errors were encountered:
https://github.com/DSH105/EchoPet/blob/06947a8b08ce40be9a518c2982af494b3b99d140/modules/v1_8_R3/src/main/java/com/dsh105/echopet/compat/nms/v1_8_R3/entity/type/EntityWitherPet.java#L47
should be 1 || 0
Sorry, something went wrong.
@L4BORG I don't understand. 1 || 0 isn't a valid expression.
1 || 0
... should be 1 or 0
SonarPet/core/src/main/java/net/techcable/sonarpet/nms/entity/type/EntityWitherPet.java
Line 22 in e97fae2
getEntity().getDataWatcher().setInteger(SHIELDED_METADATA_ID, (flag ? 1 : 0));
No branches or pull requests
... activation would make Wither invisible.
The text was updated successfully, but these errors were encountered: