forked from mff/names_per_ip
Function name fix
This commit is contained in:
parent
680c0b3743
commit
d17ecc5436
2
init.lua
2
init.lua
@ -87,7 +87,7 @@ local function update_player_address(name, recursive)
|
|||||||
name .. "\"): " .. dump(info) .. ". This is probably an engine bug.")
|
name .. "\"): " .. dump(info) .. ". This is probably an engine bug.")
|
||||||
if not recursive then
|
if not recursive then
|
||||||
-- Delay, hope it works next time
|
-- Delay, hope it works next time
|
||||||
minetest.after(0.5, update_address, name, true)
|
minetest.after(0.5, update_player_address, name, true)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user