1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Add missing item alias metatables to async environment (#12458)

This commit is contained in:
sfan5
2022-07-04 01:06:42 +02:00
committed by GitHub
parent 34f15259fa
commit fc3460470a
6 changed files with 35 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ local function await(invoke)
called_early = {...}
else
coroutine.resume(co, ...)
co = nil
end
end)
if called_early ~= true then