Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Read server_announce from minetest.conf for GUI
  • Loading branch information
PilzAdam committed Feb 23, 2013
1 parent f9a8efb commit bc2e9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Expand Up @@ -1481,6 +1481,7 @@ int main(int argc, char *argv[])
driver->setTextureCreationFlag(video::ETCF_CREATE_MIP_MAPS, menudata.mip_map);
menudata.creative_mode = g_settings->getBool("creative_mode");
menudata.enable_damage = g_settings->getBool("enable_damage");
menudata.enable_public = g_settings->getBool("server_announce");
// Default to selecting nothing
menudata.selected_world = -1;
// Get world listing for the menu
Expand Down

0 comments on commit bc2e9db

Please sign in to comment.