Centralize World class dependencies in DynmapWorld

This commit is contained in:
Mike Primm 2012-01-11 13:33:36 +08:00 committed by mikeprimm
parent aa2270ae76
commit d7a7ee9c5d
10 changed files with 73 additions and 51 deletions

View file

@ -1,7 +1,7 @@
var config = {
// For internal server or proxying webserver.
url : {
configuration : 'up/configuration',
configuration : 'up/configuration?_={timestamp}',
update : 'up/world/{world}/{timestamp}',
sendmessage : 'up/sendmessage'
},