1
0
зеркало из https://github.com/mt-mods/homedecor_modpack.git synced 2025-12-05 23:45:29 +01:00

fix crash from bad "pink" translation reference

Этот коммит содержится в:
Vanessa Ezekowitz
2017-02-09 09:41:59 -05:00
родитель 7d3b2f921e
Коммит 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