Add Orda variant. Some advances in Dynamo draft. Display error message when loading...
[vchess.git] / server / sockets.js
index 25abadb..d00b3c8 100644 (file)
@@ -209,6 +209,9 @@ module.exports = function(wss) {
                 clients[page][rid][rtmpId].socket,
                 { code: "askfullgame", from: [sid,tmpId] }
               );
+            } else {
+              // I'm the only person who have the game for the moment:
+              send(socket, { code: "fullgame", data: { empty: true } });
             }
           }
           break;