Don't show the share popup message

This commit is contained in:
Sergey Stepanov 2023-10-18 20:37:57 +03:00
parent f7c2524098
commit 1b82c48dc1
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -51,7 +51,7 @@
};
const onGameRoomAvailable = () => {
message.show('Now you can share you game!');
// room is ready
};
const onConnectionReady = () => {