From 753e992d6e3abbdf08bf7d95e8910c1d8a73dc84 Mon Sep 17 00:00:00 2001 From: Mythril382 <77225817+Mythril382@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:48:49 +0800 Subject: [PATCH] slight desktop issue --- 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 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 ");