From 06d1bb053fe14dea5c9f3869c9d34d4239901ff7 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 26 May 2015 19:22:14 +0200 Subject: [PATCH] Comment useless code in 3d_armor --- mods/3d_armor/3d_armor/armor.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/3d_armor/3d_armor/armor.conf b/mods/3d_armor/3d_armor/armor.conf index b9ead1e5..4e4b86fd 100755 --- a/mods/3d_armor/3d_armor/armor.conf +++ b/mods/3d_armor/3d_armor/armor.conf @@ -30,8 +30,8 @@ ARMOR_HEAL_MULTIPLIER = 0 -- You can also use this file to execute arbitary lua code -- eg: Dumb the armor down if using Simple Mobs -if minetest.get_modpath("mobs") then - ARMOR_LEVEL_MULTIPLIER = 1 - ARMOR_HEAL_MULTIPLIER = 0 -end +--if minetest.get_modpath("mobs") then +-- ARMOR_LEVEL_MULTIPLIER = 1 +-- ARMOR_HEAL_MULTIPLIER = 0 +--end