lobbyFix
This commit is contained in:
parent
3b0b3d9b15
commit
3399cc8f59
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ namespace DangerousD.GameCore.GUI
|
||||||
};
|
};
|
||||||
Elements.Add(joinByIpButton);
|
Elements.Add(joinByIpButton);
|
||||||
joinByIpButton.LeftButtonPressed += () => {
|
joinByIpButton.LeftButtonPressed += () => {
|
||||||
|
AppManager.Instance.ChangeGameState(GameState.Game);
|
||||||
AppManager.Instance.NetworkManager.ClientInit(searchBarTextBox.text);
|
AppManager.Instance.NetworkManager.ClientInit(searchBarTextBox.text);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue