We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08c6305 + 76d7abe commit 24086c4Copy full SHA for 24086c4
src/main/resources/assets/opencomputers/loot/openos/lib/event.lua
@@ -143,7 +143,7 @@ function event.pullFiltered(...)
143
local deadline = computer.uptime() + (seconds or math.huge)
144
repeat
145
local waitTime = deadline - computer.uptime()
146
- if waitTime <= 0 then
+ if waitTime < 0 then
147
break
148
end
149
local signal = table.pack(computer.pullSignal(waitTime))
0 commit comments