aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/nms2/map.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/nms.gathering.org/nms2/map.html')
-rw-r--r--web/nms.gathering.org/nms2/map.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/nms.gathering.org/nms2/map.html b/web/nms.gathering.org/nms2/map.html
index 685b014..7e40964 100644
--- a/web/nms.gathering.org/nms2/map.html
+++ b/web/nms.gathering.org/nms2/map.html
@@ -101,6 +101,7 @@
setInterval(updatePing,1000);
setInterval(updateMap,1000);
setInterval(updateSpeed,3000);
+ setInterval(drawScene,1000);
url = document.URL;
if (/#ping/.exec(url)) {
setUpdater(handler_ping);