From 7a4915914d8a7213e43361fccea8998e890e78be Mon Sep 17 00:00:00 2001 From: Alain BKR Date: Sat, 22 May 2021 13:18:43 +0200 Subject: [PATCH] Default client options to accept suggested tileset --- client/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/options.c b/client/options.c index c8ad1dc8b2..1643fe1297 100644 --- a/client/options.c +++ b/client/options.c @@ -136,7 +136,7 @@ struct client_options gui_options = { .voteinfo_bar_hide_when_not_player = FALSE, .voteinfo_bar_new_at_front = FALSE, - .autoaccept_tileset_suggestion = FALSE, + .autoaccept_tileset_suggestion = TRUE, .autoaccept_soundset_suggestion = FALSE, .autoaccept_musicset_suggestion = FALSE, -- 2.25.1