1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-07-19 08:20:27 +02:00

Fix item duplication vulnerability

This commit is contained in:
micheal65536
2018-02-11 12:33:46 +00:00
committed by stujones11
parent 7226dd6174
commit 59b26b37f9
3 changed files with 81 additions and 26 deletions

View File

@ -68,6 +68,9 @@ armor_fire_protect = false
-- Enable punch damage effects.
armor_punch_damage = true
-- Enable migration of old armor inventories
armor_migrate_old_inventory = true
API
---