From 815a483d2c9513b25c98b0c55d8b16969fbabd40 Mon Sep 17 00:00:00 2001 From: slava0135 Date: Thu, 26 Nov 2020 19:38:25 +0300 Subject: [PATCH] typo in Fires: /** Start a fire on the tile. If there already is a file there, refreshes its lifetime. */ --- core/src/mindustry/entities/Fires.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/entities/Fires.java b/core/src/mindustry/entities/Fires.java index 754a8766b9..2ae2253356 100644 --- a/core/src/mindustry/entities/Fires.java +++ b/core/src/mindustry/entities/Fires.java @@ -15,7 +15,7 @@ public class Fires{ private static final float baseLifetime = 1000f; private static final IntMap map = new IntMap<>(); - /** Start a fire on the tile. If there already is a file there, refreshes its lifetime. */ + /** Start a fire on the tile. If there already is a fire there, refreshes its lifetime. */ public static void create(Tile tile){ if(net.client() || tile == null || !state.rules.fire) return; //not clientside.