diff --git a/data/computercraft/lua/rom/programs/shell.lua b/data/computercraft/lua/rom/programs/shell.lua index 56306da..9f2cfd6 100644 --- a/data/computercraft/lua/rom/programs/shell.lua +++ b/data/computercraft/lua/rom/programs/shell.lua @@ -30,7 +30,7 @@ if os.version then else textutils.coloredPrint(colors.yellow, rc.version(), colors.white) end -textutils.coloredPrint(colors.yellow, "Welcome using the beta version of LeonOS!"colors.white) +-- textutils.coloredPrint(colors.yellow, "Welcome using the beta version of LeonOS!"colors.white) thread.vars().parentShell = thread.id() shell.init(_ENV)