mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Server user limit configuration option
This commit is contained in:
parent
0ccc0ac927
commit
b9e680d06c
2 changed files with 20 additions and 9 deletions
|
@ -77,6 +77,7 @@ void set_default_settings()
|
|||
|
||||
// Server stuff
|
||||
g_settings.setDefault("motd", "");
|
||||
g_settings.setDefault("max_users", "20");
|
||||
g_settings.setDefault("enable_experimental", "false");
|
||||
g_settings.setDefault("creative_mode", "false");
|
||||
g_settings.setDefault("enable_damage", "true");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue