Index: binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml
===================================================================
--- binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml	(revision 461)
+++ binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml	(revision 464)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <xml>
-	<ModInfo>
-		<Name value="Allocs MapRendering and Webinterface" />
-		<Description value="Render the game map to image map tiles as it is uncovered" />
-		<Author value="Christian 'Alloc' Illy" />
-		<Version value="46" />
-		<Website value="https://7dtd.illy.bz" />
-	</ModInfo>
+	<Name value="Allocs_Webinterface" />
+	<DisplayName value="Allocs MapRendering and Webinterface" />
+	<Description value="Render the game map to image map tiles as it is uncovered" />
+	<Author value="Christian 'Alloc' Illy" />
+	<Version value="47" />
+	<Website value="https://7dtd.illy.bz" />
 </xml>
Index: binary-improvements/bin/Mods/Allocs_WebAndMapRendering/WebMod/bundle.js
===================================================================
--- binary-improvements/bin/Mods/Allocs_WebAndMapRendering/WebMod/bundle.js	(revision 464)
+++ binary-improvements/bin/Mods/Allocs_WebAndMapRendering/WebMod/bundle.js	(revision 464)
@@ -0,0 +1,1 @@
+(()=>{const e="Allocs_Webinterface",a={about:"Adds a link to the legacy map to the map page.",routes:{"Legacy-Map":function({React:e}){return window.location.href="/legacymap/index.html",e.createElement("div",null,"Redirecting to legacy map...",e.createElement("a",{href:"/legacymap"},"Click here if you are not redirected"))}}};window[e]=a,window.dispatchEvent(new Event(`mod:${e}:ready`))})();
