Skip to content

Commit

Permalink
No more flaming entities! Happy New Year!
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jan 1, 2025
1 parent b7af2f9 commit eb54444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ public void setGravity(boolean gravity) {
*/
public boolean isVisualFire() {
if (visualFire == null) {
visualFire = true;
visualFire = false;
}
return visualFire;
}
Expand Down

0 comments on commit eb54444

Please sign in to comment.