From fa1ef3926b45cb3517f3e303cf62de977b974738 Mon Sep 17 00:00:00 2001 From: WahPlus Date: Thu, 30 Oct 2025 15:29:42 +0200 Subject: [PATCH] Hey, Vsauce! Michael here. --- lib/log.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/log.lua b/lib/log.lua index 250b629..08ceab7 100644 --- a/lib/log.lua +++ b/lib/log.lua @@ -15,7 +15,7 @@ local resX, resY = gpu.getResolution() local log = {} if not _G.logSettings then _G.logSettings = { -- We have to preload the library just for this :P - ["printLogs"] = true, + ["printLogs"] = true, -- FIXME: Or do we? ["printerY"] = 1, } end