mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Updated to-do list and added the give_initial_stuff setting for testing
This commit is contained in:
parent
b36e5c0508
commit
bbe47f845b
4 changed files with 35 additions and 36 deletions
|
@ -51,11 +51,10 @@ void set_default_settings()
|
|||
g_settings.setDefault("fast_move", "false");
|
||||
|
||||
// Server stuff
|
||||
g_settings.setDefault("fast_move", "false");
|
||||
|
||||
g_settings.setDefault("enable_experimental", "false");
|
||||
g_settings.setDefault("creative_mode", "false");
|
||||
g_settings.setDefault("enable_damage", "false"); //TODO: Set to true
|
||||
g_settings.setDefault("give_initial_stuff", "false");
|
||||
|
||||
g_settings.setDefault("objectdata_interval", "0.2");
|
||||
g_settings.setDefault("active_object_range", "2");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue