remove debug

master
oilboi 2019-01-29 16:32:00 -05:00 committed by GitHub
parent ffcfd4567a
commit e456042084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
local item_limit_stack_max = 999 -- the max item limit per stack
minetest.register_on_mods_loaded(function()
for i,a in pairs(minetest.registered_items) do
print(a.name)
minetest.override_item(a.name, {stack_max = item_limit_stack_max})
end
end)