mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-03-29 15:06:02 +01:00
No more flaming entities! Happy New Year!
This commit is contained in:
parent
b7af2f9008
commit
eb544441be
@ -604,7 +604,7 @@ public class BlueprintEntity {
|
||||
*/
|
||||
public boolean isVisualFire() {
|
||||
if (visualFire == null) {
|
||||
visualFire = true;
|
||||
visualFire = false;
|
||||
}
|
||||
return visualFire;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user