Fix translation nonsense in minetest.log

.. and document the armor warning when used with skinsdb
This commit is contained in:
SmallJoker
2021-03-24 19:21:39 +01:00
parent 583dfe7b21
commit e75af55f7e
2 changed files with 6 additions and 3 deletions

View File

@ -331,6 +331,7 @@ minetest.register_on_joinplayer(function(player)
local player_name = player:get_player_name()
minetest.after(0, function()
-- TODO: Added in 7566ecc - What's the prupose?
local pplayer = minetest.get_player_by_name(player_name)
if pplayer and init_player_armor(pplayer) == false then
pending_players[pplayer] = 0