Merge pull request #1437 from Vexatos/patch-27

Removed unused config value.
This commit is contained in:
Florian "Sangar" Nücke 2015-09-18 19:37:30 +02:00
commit fa960209e8

View File

@ -358,7 +358,6 @@ class Settings(val config: Config) {
val nanomachineReconfigureTimeout = config.getDouble("nanomachines.reconfigureCooldown") max 0 val nanomachineReconfigureTimeout = config.getDouble("nanomachines.reconfigureCooldown") max 0
val nanomachineMagnetRange = config.getDouble("nanomachines.magnetRange") max 0 val nanomachineMagnetRange = config.getDouble("nanomachines.magnetRange") max 0
val nanomachineDisintegrationRange = config.getInt("nanomachines.disintegrationRange") max 0 val nanomachineDisintegrationRange = config.getInt("nanomachines.disintegrationRange") max 0
val nanomachinePotionBlacklist = config.getAnyRefList("nanomachines.potionBlacklist")
val nanomachinePotionWhitelist = config.getAnyRefList("nanomachines.potionWhitelist") val nanomachinePotionWhitelist = config.getAnyRefList("nanomachines.potionWhitelist")
val nanomachinesHungryDamage = config.getDouble("nanomachines.hungryDamage").toFloat max 0 val nanomachinesHungryDamage = config.getDouble("nanomachines.hungryDamage").toFloat max 0
val nanomachinesHungryEnergyRestored = config.getDouble("nanomachines.hungryEnergyRestored") max 0 val nanomachinesHungryEnergyRestored = config.getDouble("nanomachines.hungryEnergyRestored") max 0