mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Fix another crash in mcl_mobs
This commit is contained in:
parent
675185ac02
commit
ce04c81482
1 changed files with 1 additions and 1 deletions
|
@ -2912,7 +2912,7 @@ local on_rightclick_prefix = function(self, clicker)
|
|||
|
||||
if not mobs.is_creative(clicker:get_player_name()) then
|
||||
item:take_item()
|
||||
player:set_wielded_item(item)
|
||||
clicker:set_wielded_item(item)
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue