Move the explosion protection to a different section of the config.
This way it makes more sense, as the explosionProtection is for the jails and not during the jailing.
This commit is contained in:
@ -17,7 +17,7 @@ public enum Settings {
|
||||
DEBUG("system.debug"),
|
||||
DEFAULTJAIL("jailing.jail.defaultJail"),
|
||||
DELETEINVENTORY("jailing.jail.deleteInventory"),
|
||||
EXPLOSIONPROTECTION("jailing.during.explosionProtection"),
|
||||
EXPLOSIONPROTECTION("jails.explosionProtection"),
|
||||
FOODCONTROL("jailing.during.foodControl"),
|
||||
FOODCONTROLMAX("jailing.during.foodControlMax"),
|
||||
FOODCONTROLMIN("jailing.during.foodControlMin"),
|
||||
|
Reference in New Issue
Block a user