From 1a8af11e570dfd2626bdc4c02caa4c75e012242d Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Mon, 19 Aug 2019 07:50:47 +0200 Subject: [PATCH] ensure that colors from custom.txt are overloading previous definitions --- app/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/setup.go b/app/setup.go index 4398887..50d23b6 100644 --- a/app/setup.go +++ b/app/setup.go @@ -86,10 +86,10 @@ func Setup(p params.ParamsType, cfg *Config) *App { colorfiles := []string{ //https://daconcepts.com/vanessa/hobbies/minetest/colors.txt - "/colors/custom.txt", "/colors/vanessa.txt", "/colors/advtrains.txt", "/colors/scifi_nodes.txt", + "/colors/custom.txt", } for _, colorfile := range colorfiles {