Skip to content

Commit 24086c4

Browse files
committed
Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.12
2 parents 08c6305 + 76d7abe commit 24086c4

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/assets/opencomputers/loot/openos/lib

1 file changed

+1
-1
lines changed

src/main/resources/assets/opencomputers/loot/openos/lib/event.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function event.pullFiltered(...)
143143
local deadline = computer.uptime() + (seconds or math.huge)
144144
repeat
145145
local waitTime = deadline - computer.uptime()
146-
if waitTime <= 0 then
146+
if waitTime < 0 then
147147
break
148148
end
149149
local signal = table.pack(computer.pullSignal(waitTime))

0 commit comments

Comments
 (0)