1
0
derivado de mtcontrib/3d_armor

Remove redundant code

Este cometimento está contido em:
stujones11
2017-03-18 22:02:11 +00:00
ascendente 3c2cb16351
cometimento a1d904c517

Ver ficheiro

@@ -281,7 +281,6 @@ armor.get_armor_formspec = function(self, name, listring)
formspec = formspec:gsub("armor_heal", armor.def[name].heal) formspec = formspec:gsub("armor_heal", armor.def[name].heal)
formspec = formspec:gsub("armor_fire", armor.def[name].fire) formspec = formspec:gsub("armor_fire", armor.def[name].fire)
formspec = formspec:gsub("armor_radiation", armor.def[name].radiation) formspec = formspec:gsub("armor_radiation", armor.def[name].radiation)
formspec = formspec:gsub("player_name", armor.def[name].radiation)
return formspec return formspec
end end