1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 01:45:36 +02:00

Enable strip_color_codes by default

This commit is contained in:
rubenwardy
2021-12-09 10:09:25 +00:00
committed by sfan5
parent 76a8d8b0e2
commit 29476f406b
2 changed files with 2 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ void set_default_settings()
#endif
// Server
settings->setDefault("strip_color_codes", "false");
settings->setDefault("strip_color_codes", "true");
#ifndef NDEBUG
settings->setDefault("random_mod_load_order", "true");
#else