fix crash (fixes #2)

This commit is contained in:
flux 2022-04-01 13:39:49 -07:00
parent 6d2bfe336a
commit c851ab7e16
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ end
chesttools.may_use = function( pos, player )
if( not( player )) then
if not (pos and player and player.is_player and player:is_player() and not player.is_fake_player) then
return false;
end
local name = player:get_player_name();