Fix caching issue in standalone

This commit is contained in:
Mike Primm 2011-10-23 22:51:04 -05:00
parent 655c0732b7
commit e9dc82402f

View File

@ -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'
// },