v1.8.2 - Fixed the version number not showing correctly.

This commit is contained in:
TheWahlolly
2025-05-31 11:14:59 +03:00
parent fad76dbbb5
commit 37a32069fd
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ function _G.shell.run(command)
print("No such file or command: "..args[1])
end
print(shellcfg["startupMessage"]:format(shellcfg.splashMessages[math.random(1, #shellcfg.splashMessages)]))
print(shellcfg["startupMessage"]:format(_OSVERSION, shellcfg.splashMessages[math.random(1, #shellcfg.splashMessages)]))
while true do
coroutine.yield()
-- print(shell.workingDirectory .. " >")