mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 04:06:43 -04:00
stupid github editor is stupid
This commit is contained in:
parent
4734c179f7
commit
f49066ee20
@ -6,7 +6,7 @@ local function checkDeadline()
|
|||||||
debug.sethook(coroutine.running(), checkDeadline, "", 1)
|
debug.sethook(coroutine.running(), checkDeadline, "", 1)
|
||||||
if not hitDeadline then
|
if not hitDeadline then
|
||||||
deadline = deadline + 0.5
|
deadline = deadline + 0.5
|
||||||
end
|
end
|
||||||
hitDeadline = true
|
hitDeadline = true
|
||||||
error("too long without yielding", 0)
|
error("too long without yielding", 0)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user