diff --git a/DynmapCore/src/main/resources/extracted/web/js/map.js b/DynmapCore/src/main/resources/extracted/web/js/map.js index 1f624f0f..0bbcd9f7 100644 --- a/DynmapCore/src/main/resources/extracted/web/js/map.js +++ b/DynmapCore/src/main/resources/extracted/web/js/map.js @@ -569,7 +569,7 @@ DynMap.prototype = { }, selectWorldAndPan: function(world, location, completed) { var me = this; - if (typeof(world) === 'String') { world = me.worlds[world]; } + if (typeof(world) === 'string') { world = me.worlds[world]; } if (me.world === world) { if(location) { var latlng = me.maptype.getProjection().fromLocationToLatLng(location);