We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a8efb commit bc2e9dbCopy full SHA for bc2e9db
src/main.cpp
@@ -1481,6 +1481,7 @@ int main(int argc, char *argv[])
1481
driver->setTextureCreationFlag(video::ETCF_CREATE_MIP_MAPS, menudata.mip_map);
1482
menudata.creative_mode = g_settings->getBool("creative_mode");
1483
menudata.enable_damage = g_settings->getBool("enable_damage");
1484
+ menudata.enable_public = g_settings->getBool("server_announce");
1485
// Default to selecting nothing
1486
menudata.selected_world = -1;
1487
// Get world listing for the menu
0 commit comments