mirror of
https://github.com/SmallJoker/names_per_ip.git
synced 2025-01-03 14:10:24 +01:00
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.")
|
||||
if not recursive then
|
||||
-- Delay, hope it works next time
|
||||
minetest.after(0.5, update_address, name, true)
|
||||
minetest.after(0.5, update_player_address, name, true)
|
||||
return
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user