Fixed allow_player_inventory_action bug

master
Noodlemire 2020-07-15 18:50:45 -05:00
parent 47dffcba82
commit d91523434b
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,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
--For sorting purposes, the next part of the function is in duplication.lua.