diff --git a/core/src/mindustry/logic/LStatements.java b/core/src/mindustry/logic/LStatements.java index 2c0c8159c4..fe3308212a 100644 --- a/core/src/mindustry/logic/LStatements.java +++ b/core/src/mindustry/logic/LStatements.java @@ -164,7 +164,7 @@ public class LStatements{ } if(type == GraphicsType.print){ - p2 = "bottomLeft"; + p1 = "bottomLeft"; } rebuild(table);