]> git.lizzy.rs Git - minetest.git/commit
Fix InventoryList reading order
authorShadowNinja <shadowninja@minetest.net>
Mon, 30 Dec 2013 19:00:05 +0000 (14:00 -0500)
committerShadowNinja <shadowninja@minetest.net>
Mon, 30 Dec 2013 19:00:05 +0000 (14:00 -0500)
commit829426c71456f9980f42ebd5435c5eee6615dd6f
tree45a07b804207056a9e2cafdd9ed756eeb4049b6d
parent8e1d78e9ded9bd478edca3a638cea2ae4148a551
Fix InventoryList reading order

Lua does not guarantee that the indexes of a table will be in numerical order.
src/script/common/c_content.cpp