From c77b866e567d37bba759939852441f5d1aca5cb1 Mon Sep 17 00:00:00 2001 From: Mythril382 <77225817+Mythril382@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:58:54 +0800 Subject: [PATCH] much error --- core/src/mindustry/logic/LStatements.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/logic/LStatements.java b/core/src/mindustry/logic/LStatements.java index 86336f9c77..87160a1afd 100644 --- a/core/src/mindustry/logic/LStatements.java +++ b/core/src/mindustry/logic/LStatements.java @@ -2094,7 +2094,7 @@ public class LStatements{ @Override public void build(Table table){ - rebuid(table); + rebuild(table); } void rebuild(Table table){