From f0c0acfcdcde8183c176dec3f9dad4a3eb33de2c Mon Sep 17 00:00:00 2001 From: WahPlus Date: Thu, 30 Oct 2025 13:24:41 +0200 Subject: [PATCH] Comment on maindrv Why does it exist?! --- halyde/apps/maindrv.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/halyde/apps/maindrv.lua b/halyde/apps/maindrv.lua index 561f213..409f3b0 100644 --- a/halyde/apps/maindrv.lua +++ b/halyde/apps/maindrv.lua @@ -1,3 +1,5 @@ +-- WTF: What the fuck is this for?? Why does it print the computer library??? +-- TODO: Integrate this into lsdrv. local computer = require("computer") if type(computer)~="table" then