mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-14 00:06:45 -05:00
Merge branch 'master' into game-control-refactor
This commit is contained in:
commit
66cd245eee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user