forked from nalc/homedecor_modpack
fix crash from bad "pink" translation reference
This commit is contained in:
parent
7d3b2f921e
commit
dafc731078
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user