mirror of
https://github.com/Sokomine/chesttools.git
synced 2025-07-04 00:50:36 +02:00
fix crash (fixes #2)
This commit is contained in:
2
init.lua
2
init.lua
@ -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();
|
||||
|
Reference in New Issue
Block a user