fix crash from bad "pink" translation reference

This commit is contained in:
Vanessa Ezekowitz 2017-02-09 09:41:59 -05:00
parent 7d3b2f921e
commit dafc731078
1 changed files with 0 additions and 3 deletions

View File

@ -248,9 +248,6 @@ minetest.register_lbm({
end
local metadye = "medium_"..color
if color == "pink" then
metadye = "light_red"
end
if color == "white" then
metadye = "white"
end