Fixed multiplayer

This commit is contained in:
2021-06-14 12:29:38 +02:00
parent 59b353741f
commit 5276377393
2 changed files with 4 additions and 0 deletions

View File

@@ -169,6 +169,8 @@ function start_game() {
});
socket.on('card destroyed', function () {
diced = false;
show_card = false;
card.destroyCard();
rolled_number_text.destroy();
border_card_stack.clear();