mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 19:35:24 +01:00
Add missing item alias metatables to async environment (#12458)
This commit is contained in:
@@ -36,6 +36,7 @@ local function await(invoke)
|
||||
called_early = {...}
|
||||
else
|
||||
coroutine.resume(co, ...)
|
||||
co = nil
|
||||
end
|
||||
end)
|
||||
if called_early ~= true then
|
||||
|
||||
Reference in New Issue
Block a user