mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix use of unassigned global "check"
This commit is contained in:
committed by
sfan5
parent
8bdedd2bcf
commit
c78d565e01
@@ -109,7 +109,7 @@ local function wait_for_player(callback)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function wait_for_map(player, callback)
|
local function wait_for_map(player, callback)
|
||||||
local check = function()
|
local function check()
|
||||||
if core.get_node_or_nil(player:get_pos()) ~= nil then
|
if core.get_node_or_nil(player:get_pos()) ~= nil then
|
||||||
callback()
|
callback()
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user