diff --git a/core/src/mindustry/logic/LStatements.java b/core/src/mindustry/logic/LStatements.java index 87160a1afd..c88b4e7426 100644 --- a/core/src/mindustry/logic/LStatements.java +++ b/core/src/mindustry/logic/LStatements.java @@ -2122,7 +2122,7 @@ public class LStatements{ fieldst(table, "volume", volume, str -> volume = str); fieldst(table, "pitch", pitch, str -> pitch = str); - row(table); + table.row(); if(positional){ table.add("at ");