mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Server list cleanup
This removes the hacky server_dedicated pseudo-setting.
This commit is contained in:
parent
2cc518dcaf
commit
b8484ef24e
6 changed files with 56 additions and 50 deletions
|
@ -1899,7 +1899,7 @@ bool Game::createSingleplayerServer(const std::string map_dir,
|
|||
}
|
||||
|
||||
server = new Server(map_dir, gamespec, simple_singleplayer_mode,
|
||||
bind_addr.isIPv6());
|
||||
bind_addr.isIPv6(), false);
|
||||
|
||||
server->start(bind_addr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue