Add a member list expandable to the lobby. Fix issue with hosting more than once.
This commit is contained in:
@@ -79,6 +79,8 @@ void HostRoomWindow::Host() {
|
||||
return;
|
||||
} else {
|
||||
member->Leave();
|
||||
auto parent = static_cast<MultiplayerState*>(parentWidget());
|
||||
parent->OnCloseRoom();
|
||||
}
|
||||
}
|
||||
ui->host->setDisabled(true);
|
||||
|
Reference in New Issue
Block a user