mirror of
https://github.com/britzl/monarch.git
synced 2025-11-26 10:50:55 +01:00
Fixed global assignment
This commit is contained in:
@@ -108,7 +108,7 @@ process_queue = function()
|
|||||||
log("queue() busy")
|
log("queue() busy")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
action = table.remove(queue, 1)
|
local action = table.remove(queue, 1)
|
||||||
if not action then
|
if not action then
|
||||||
log("queue() empty")
|
log("queue() empty")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user