diff --git a/index.html b/index.html
index aa9ab22..632819a 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,6 @@
servers: {
creative: {
label: 'Creative',
- url: '/map/creative',
dynmap: {
configuration: 'http://dynmap.local/standalone/creative/MySQL_configuration.php',
update: 'http://dynmap.local/standalone/creative/MySQL_update.php?world={world}&ts={timestamp}',
@@ -44,7 +43,6 @@
},
survival: {
label: 'Survival',
- url: '/map/survival',
dynmap: {
configuration: 'http://dynmap.local/standalone/survival/MySQL_configuration.php',
update: 'http://dynmap.local/standalone/survival/MySQL_update.php?world={world}&ts={timestamp}',
@@ -57,7 +55,6 @@
},
build: {
label: 'Build',
- url: '/map/build',
dynmap: {
configuration: 'http://dynmap.local/standalone/build/MySQL_configuration.php',
update: 'http://dynmap.local/standalone/build/MySQL_update.php?world={world}&ts={timestamp}',
diff --git a/src/api.ts b/src/api.ts
index e948b02..689de0d 100644
--- a/src/api.ts
+++ b/src/api.ts
@@ -602,19 +602,6 @@ const validateLiveAtlasConfiguration = (config: any): Map