v1.8.8 - Fixed event.pull() not working when an event type is not specified.

This commit is contained in:
TheWahlolly
2025-06-07 08:42:54 +03:00
parent 3dfab2a6c1
commit d2287e3d42
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.8.7"
_G._OSVERSION = "Halyde 1.8.8"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat