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