Skip to content

Commit

Permalink
Disable gamemanager by default
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Jul 22, 2013
1 parent 4f3bc05 commit a38f8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minetest.conf.example
Expand Up @@ -379,7 +379,7 @@
#ipv6_server = false

#main_menu_game_mgr = 0
#main_menu_mod_mgr = 0
#main_menu_mod_mgr = 1
#modstore_download_url = http://forum.minetest.net/media/
#modstore_listmods_url = http://forum.minetest.net/mmdb/mods/
#modstore_details_url = http://forum.minetest.net/mmdb/mod/*/
2 changes: 1 addition & 1 deletion src/defaultsettings.cpp
Expand Up @@ -265,7 +265,7 @@ void set_default_settings(Settings *settings)

settings->setDefault("main_menu_mod_mgr","1");
settings->setDefault("old_style_mod_selection","true");
settings->setDefault("main_menu_game_mgr","1");
settings->setDefault("main_menu_game_mgr","0");
settings->setDefault("modstore_download_url", "http://forum.minetest.net/media/");
settings->setDefault("modstore_listmods_url", "http://forum.minetest.net/mmdb/mods/");
settings->setDefault("modstore_details_url", "http://forum.minetest.net/mmdb/mod/*/");
Expand Down

0 comments on commit a38f8d9

Please sign in to comment.