Fixed allow_player_inventory_action bug

master
Noodlemire 2020-07-15 18:47:08 -05:00
parent a7037eed81
commit 16c7f0653c
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ minetest.register_allow_player_inventory_action(function(player, action, invento
end
--If we got this far, we can let the itemstack into the research inventory.
return inventory_info.count
end
end)