Fix another crash in mcl_mobs

This commit is contained in:
Wuzzy 2018-07-04 01:53:08 +02:00
parent 675185ac02
commit ce04c81482
1 changed files with 1 additions and 1 deletions

View File

@ -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