[ADD] made join buttons disabled when starting a game
This commit is contained in:
@@ -39,6 +39,7 @@ namespace Client
|
||||
{
|
||||
if (SelectedLobby != null)
|
||||
{
|
||||
_model.CanStartGame = false;
|
||||
GameWindow window = new GameWindow();
|
||||
window.Show();
|
||||
}
|
||||
@@ -55,7 +56,6 @@ namespace Client
|
||||
}
|
||||
|
||||
|
||||
|
||||
private Model _model;
|
||||
public Model Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user