From e9dc82402fac6e17478f00fff1259b0b3bfe5197 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sun, 23 Oct 2011 22:51:04 -0500 Subject: [PATCH] Fix caching issue in standalone --- web/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.js b/web/config.js index 347446b2..8d2bf453 100644 --- a/web/config.js +++ b/web/config.js @@ -23,7 +23,7 @@ var config = { // For standalone (jsonfile) webserver. // url: { // configuration: 'standalone/dynmap_config.json', - // update: 'standalone/dynmap_{world}.json', + // update: 'standalone/dynmap_{world}.json?_={timestamp}', // sendmessage: 'standalone/sendmessage.php' // },