From dd425900522c28c7640b6ca70d5c592f32547925 Mon Sep 17 00:00:00 2001 From: hkc Date: Fri, 20 Oct 2023 03:33:39 +0300 Subject: [PATCH] Oopsie! --- mess/tmpc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mess/tmpc.lua b/mess/tmpc.lua index 2f37d9e..e022102 100644 --- a/mess/tmpc.lua +++ b/mess/tmpc.lua @@ -530,6 +530,6 @@ end term.setBackgroundColor(colors.black) term.setTextColor(colors.white) if term.current().setTextScale then - term.current.setTextScale(1.0) + term.current().setTextScale(1.0) end print(" Goodbye!")