diff --git a/src/main/scala/li/cil/oc/Settings.scala b/src/main/scala/li/cil/oc/Settings.scala index 84382f665..365a0e8fd 100644 --- a/src/main/scala/li/cil/oc/Settings.scala +++ b/src/main/scala/li/cil/oc/Settings.scala @@ -358,7 +358,6 @@ class Settings(val config: Config) { val nanomachineReconfigureTimeout = config.getDouble("nanomachines.reconfigureCooldown") max 0 val nanomachineMagnetRange = config.getDouble("nanomachines.magnetRange") max 0 val nanomachineDisintegrationRange = config.getInt("nanomachines.disintegrationRange") max 0 - val nanomachinePotionBlacklist = config.getAnyRefList("nanomachines.potionBlacklist") val nanomachinePotionWhitelist = config.getAnyRefList("nanomachines.potionWhitelist") val nanomachinesHungryDamage = config.getDouble("nanomachines.hungryDamage").toFloat max 0 val nanomachinesHungryEnergyRestored = config.getDouble("nanomachines.hungryEnergyRestored") max 0 @@ -546,4 +545,4 @@ object Settings { def apply(inetAddress: InetAddress, host: String) = validator(inetAddress, host) } -} \ No newline at end of file +}