mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 17:00:09 +00:00
Make the lobby persistent and logged by default
This commit is contained in:
parent
6a0176d369
commit
9c2e482b80
@ -116,6 +116,8 @@ void room_manager::read_rooms()
|
||||
lobby_ = get_room(lobby_name_);
|
||||
if (lobby_ == NULL) {
|
||||
lobby_ = create_room(lobby_name_);
|
||||
lobby_->set_persistent(true);
|
||||
lobby_->set_logged(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user