]> git.cworth.org Git - lmno-server/blobdiff - game.js
Move the keepalive functionality from Empires up to Game
[lmno-server] / game.js
diff --git a/game.js b/game.js
index f1f764fa1968425d597e4e2ab47e4b8d916650a8..ca12fb3e6d302470f5cb1ce946907f3361c50474 100644 (file)
--- a/game.js
+++ b/game.js
@@ -4,6 +4,9 @@ class Game {
     this.id = id;
     this.clients = [];
     this.next_client_id = 1;
+
+    /* Send a comment to every connected client every 15 seconds. */
+    setInterval(() => {this.broadcast_string(":");}, 15000);
   }
 
   /* Suport for game meta-data.