:3 im going insane

This commit is contained in:
Gvidas Juknevičius 2024-08-18 04:35:45 +03:00
parent 022c503a9d
commit 5130a3ca63
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB
2 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ rawset(__BUNDLER_FILES, "utils.lua", function ()
return object
end
--- @type Monitor
local MONITOR = Cast(peripheral.find("monitor"))
local MONITOR = utils.Cast(peripheral.find("monitor"))
local MONITOR_Y = 1
function utils.MonPrint(text)
MONITOR.setCursorPos(1,MONITOR_Y)

View File

@ -10,7 +10,7 @@ end
--- @type Monitor
local MONITOR = Cast(peripheral.find("monitor"))
local MONITOR = utils.Cast(peripheral.find("monitor"))
local MONITOR_Y = 1
function utils.MonPrint(text)
MONITOR.setCursorPos(1,MONITOR_Y)