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
|
-- apply player texture
|
||||||
minetest.after(1, function()
|
minetest.after(1, function()
|
||||||
if minetest.get_modpath("3d_armor") then
|
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
|
if not player then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 71135fc29026647be78daa9d8f554793771d4fe6
|
Subproject commit 2d50e4a1d0a8b471acbf110846bb6e187ea126b8
|
Loading…
Add table
Add a link
Reference in a new issue