Use --no-sound for created server

This commit is contained in:
Deve 2018-08-18 23:16:08 +02:00
parent 9b9785e8ec
commit 3fe2340628

View File

@ -321,7 +321,7 @@ void CreateServerScreen::createServer()
NetworkConfig::get()->setServerIdFile(
file_manager->getUserConfigFile(server_id_file));
server_cfg << " --no-graphics --stdout=server.log --type=" <<
server_cfg << " --no-graphics --no-sound --stdout=server.log --type=" <<
gamemode_widget->getSelection(PLAYER_ID_GAME_MASTER) <<
" --difficulty=" <<
difficulty_widget->getSelection(PLAYER_ID_GAME_MASTER) <<