matchmaking: add: clear message if normal closure

This commit is contained in:
2023-12-23 18:47:16 +01:00
parent 88aca3a54b
commit 397344ee45
5 changed files with 9 additions and 7 deletions

View File

@ -39,7 +39,7 @@ class MatchMaking
onclose(event)
{
this.stop();
this.disconnect_func()
this.disconnect_func(event);
}
async stop()