Fix item duplication vulnerability

This commit is contained in:
micheal65536
2018-02-11 12:33:46 +00:00
committed by stujones11
parent b1f9e9f1fd
commit c36b1e5fc4
3 changed files with 88 additions and 28 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
---