diff --git a/rlgwebd.js b/rlgwebd.js index 9b28110..c1949c6 100755 --- a/rlgwebd.js +++ b/rlgwebd.js @@ -720,6 +720,8 @@ function endgame(client, res) { // Give things some time to happen. if (client instanceof Player) setTimeout(readFeed, 200, client, res); + else + readFeed(client, res); return; }