v1.12.5 - Added some new minor functions to cormgr and fixed a bug with lscor.

This commit is contained in:
TheWahlolly
2025-07-01 20:28:35 +03:00
parent 8a83edc0ae
commit 418ba9579e
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.12.4"
_G._OSVERSION = "Halyde 1.12.5"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat