Revert "Nonfunctional virtual component support"

This reverts commit f425e0d690.
This commit is contained in:
TheWahlolly
2025-06-14 18:37:51 +03:00
parent f425e0d690
commit bc06ec457d
3 changed files with 12 additions and 81 deletions
+1 -3
View File
@@ -25,9 +25,7 @@ gpu.setBackground(0x000000)
gpu.fill(1, 1, resx, resy, " ")
local result, reason = xpcall(loadthething, handleError)
if not result then
if import then
local computer = import("computer")
end
local computer = import("computer") or computer
gpu.setBackground(0x000000)
gpu.fill(1, 1, resx, resy, " ")
gpu.setBackground(0x800000)