From eac11045fff6b4a302aefedf3514649aae902f00 Mon Sep 17 00:00:00 2001 From: Andrew Antsiferov Date: Fri, 30 Jul 2021 21:57:23 +0300 Subject: [PATCH] Fix typo (#5674) of the -> of the tile. --- core/src/mindustry/world/Tile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/world/Tile.java b/core/src/mindustry/world/Tile.java index 624dc300b6..776cb976f3 100644 --- a/core/src/mindustry/world/Tile.java +++ b/core/src/mindustry/world/Tile.java @@ -108,7 +108,7 @@ public class Tile implements Position, QuadTreeObject, Displayable{ } /** - * Returns the flammability of the Used for fire calculations. + * Returns the flammability of the tile. Used for fire calculations. * Takes flammability of floor liquid into account. */ public float getFlammability(){