mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 20:43:43 +01:00
Remove redundant code
This commit is contained in:
parent
3c2cb16351
commit
a1d904c517
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user