master #15

Merged
NO11 merged 241 commits from VoxeLibre/VoxeLibre:master into master 2022-03-12 23:42:27 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f22baafaa6 - Show all commits

View File

@ -197,7 +197,7 @@ local function composter_harvest(pos, node, player, itemstack, pointed_thing)
--
-- handler for harvesting bone meal from a ready composter when rightclicked
--
if not player or player:get_player_control().sneak then
if not player or (player:get_player_control() and player:get_player_control().sneak) then
return
end
-- reset ready type composter to empty type