X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires.js;h=744224e6b68f30a7abfe4bed34df96ceda81651f;hb=731c54ef14f2fdc852961c7c2429117d4e7472d6;hp=881a2c0dbdd41409bec91c6c1707323a14637e3c;hpb=00507589b4984d50a34a383975fc6323db19bcfa;p=empires-server diff --git a/empires.js b/empires.js index 881a2c0..744224e 100644 --- a/empires.js +++ b/empires.js @@ -38,9 +38,6 @@ class Empires extends Game { this.next_player_id = 1; this.characters_to_reveal = null; this.phase = GamePhase.JOIN; - - /* Send a comment to every connected client every 15 seconds. */ - setInterval(() => {this.broadcast_string(":");}, 15000); } add_spectator(name, session_id) {