[FIX] merge stuff

This commit is contained in:
Sem van der Hoeven
2020-10-22 17:05:02 +02:00
parent 9fa231ab00
commit 4a400628df
2 changed files with 2 additions and 6 deletions

View File

@@ -87,7 +87,8 @@ namespace Client
private void joinLobby()
{
// lobby die je wilt joinen verwijderen
// nieuwe binnengekregen lobby toevoegen
client.OnLobbyJoinSuccess = OnLobbyJoinSuccess;
client.SendMessage(JSONConvert.ConstructLobbyJoinMessage(SelectedLobby.ID));
}