From 4eca2b4b0bb0a200291f57574b81923869471fd0 Mon Sep 17 00:00:00 2001 From: router Date: Thu, 25 Nov 2021 23:33:21 +0300 Subject: [PATCH] Make updateInUnits description actually readable (#6371) --- core/src/mindustry/world/Block.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/world/Block.java b/core/src/mindustry/world/Block.java index 1f1dce4ddd..666f80305a 100644 --- a/core/src/mindustry/world/Block.java +++ b/core/src/mindustry/world/Block.java @@ -121,7 +121,7 @@ public class Block extends UnlockableContent{ public boolean autoResetEnabled = true; /** if true, the block stops updating when disabled */ public boolean noUpdateDisabled = false; - /** if true, this block updates when a payload of a unit. Currently unused! */ + /** if true, this block updates when it's a payload in a unit. Currently unused! */ public boolean updateInUnits = true; /** Whether to use this block's color in the minimap. Only used for overlays. */ public boolean useColor = true;