More player validity checks

This commit is contained in:
stujones11 2017-04-13 20:33:14 +01:00
parent db312b3245
commit b741b7426b
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ end
armor.init_player_armor = function(self, player)
local name = player:get_player_name()
local player_inv = player:get_inventory()
if not name or not player_inv then
local pos = player:getpos()
if not name or not player_inv or not pos then
return false
end
local armor_inv = minetest.create_detached_inventory(name.."_armor", {