This commit is contained in:
2025-11-10 14:30:48 -05:00
parent b288bb3cae
commit 88f8e12a11
3 changed files with 57 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ local list=bootLoader[6]
local computer=bootLoader[7]
local startup=true
local osleep=sleep
_G._SYSDEBUG=bootData.debug
_G._SYSDEBUG=args[8]
bootData.debug=args[8]
local drivers={}
local eventCache={}