mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 18:00:21 +02:00
Remove obsolete "footprints" default setting from defaultsettings.cpp
This commit is contained in:
@ -25,7 +25,6 @@ void set_default_settings(Settings *settings)
|
||||
|
||||
settings->setDefault("port", "");
|
||||
settings->setDefault("name", "");
|
||||
settings->setDefault("footprints", "false");
|
||||
|
||||
// Client stuff
|
||||
|
||||
|
Reference in New Issue
Block a user