Remove redundant code

This commit is contained in:
stujones11 2017-03-18 22:02:11 +00:00
parent 3c2cb16351
commit a1d904c517
1 changed files with 0 additions and 1 deletions

View File

@ -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_fire", armor.def[name].fire)
formspec = formspec:gsub("armor_radiation", armor.def[name].radiation)
formspec = formspec:gsub("player_name", armor.def[name].radiation)
return formspec
end