Merge branch 'master' into game-control-refactor

This commit is contained in:
gravestench 2021-01-13 19:58:18 +00:00 committed by GitHub
commit 66cd245eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ func (v *SelectHeroClass) onOkButtonClicked() {
}
playerState.Equipment = v.InventoryItemFactory.DefaultHeroItems[v.selectedHero]
v.navigator.ToCreateGame(playerState.FilePath, d2clientconnectiontype.Local, v.connectionHost)
v.navigator.ToCreateGame(playerState.FilePath, v.connectionType, v.connectionHost)
}
// Render renders the Select Hero Class screen