:3 im going insane
This commit is contained in:
		
							parent
							
								
									022c503a9d
								
							
						
					
					
						commit
						5130a3ca63
					
				| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user