1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

changelog update and disable motd by default

This commit is contained in:
Perttu Ahola 2011-07-31 01:14:56 +03:00
parent 88a266db12
commit d7a5eea862
2 changed files with 2 additions and 1 deletions

View file

@ -77,7 +77,7 @@ void set_default_settings()
g_settings.setDefault("screenshot_path", ".");
// Server stuff
g_settings.setDefault("motd", "<Message of the day (motd) not set>");
g_settings.setDefault("motd", "");
g_settings.setDefault("enable_experimental", "false");
g_settings.setDefault("creative_mode", "false");
g_settings.setDefault("enable_damage", "true");