Hey, Vsauce! Michael here.

This commit is contained in:
WahPlus
2025-10-30 15:29:42 +02:00
parent bef22740f6
commit fa1ef3926b
+1 -1
View File
@@ -15,7 +15,7 @@ local resX, resY = gpu.getResolution()
local log = {} local log = {}
if not _G.logSettings then if not _G.logSettings then
_G.logSettings = { -- We have to preload the library just for this :P _G.logSettings = { -- We have to preload the library just for this :P
["printLogs"] = true, ["printLogs"] = true, -- FIXME: Or do we?
["printerY"] = 1, ["printerY"] = 1,
} }
end end