v1.12.6 - Some minor patches including forgotten filesystem.open() modes and a Lua 5.4 function left in by accident in cormgr

This commit is contained in:
TheWahlolly
2025-07-02 08:24:35 +03:00
parent 418ba9579e
commit eb155c4ace
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local computer = import("computer")
local event = {}
local bufferTime = 0.05 -- A little bit of buffer time so event's won't be skipped by accident.
local bufferTime = 0.05 -- A little bit of buffer time so events won't be skipped by accident.
--local ocelot = component.proxy(component.list("ocelot")())
function event.pull(...)