merge upstream 🐱
This commit is contained in:
commit
996b93e80e
2 changed files with 3 additions and 2 deletions
|
@ -29,7 +29,8 @@ minetest.register_on_joinplayer(function(player)
|
|||
-- apply player texture
|
||||
minetest.after(1, function()
|
||||
if minetest.get_modpath("3d_armor") then
|
||||
minetest.after(1, function(player)
|
||||
-- FIXME: after function is a placeholder to validate function
|
||||
minetest.after(0, function(player)
|
||||
if not player then
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue