mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Add missing item alias metatables to async environment (#12458)
This commit is contained in:
parent
34f15259fa
commit
fc3460470a
6 changed files with 35 additions and 10 deletions
|
@ -24,7 +24,7 @@ local function test_dynamic_media(cb, player)
|
|||
to_player = player:get_player_name(),
|
||||
}, function(name)
|
||||
if not call_ok then
|
||||
cb("impossible condition")
|
||||
return cb("impossible condition")
|
||||
end
|
||||
cb()
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue