From a9c4a6994ca32d4073f009901ae8e9a83c1f1a93 Mon Sep 17 00:00:00 2001 From: mikeprimm Date: Wed, 1 Aug 2012 14:58:56 -0700 Subject: [PATCH] Updated Setting up Dynamic Map with IIS (markdown) --- Setting-up-Dynamic-Map-with-IIS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-up-Dynamic-Map-with-IIS.md b/Setting-up-Dynamic-Map-with-IIS.md index 13489a3..0739845 100644 --- a/Setting-up-Dynamic-Map-with-IIS.md +++ b/Setting-up-Dynamic-Map-with-IIS.md @@ -14,8 +14,8 @@ You should now have the following file: `C:\Inetpub\wwwroot\dynmap\up.aspx`. * Go to `minecraft_server/plugins/dynmap/configuration.txt` and make sure you have the property `tilespath` set to `C:\Inetpub\wwwroot\dynmap\tiles\`: - # The path where the tile-files are placed. - tilespath: C:\Inetpub\wwwroot\dynmap\tiles + # The path where the tile-files are placed. + tilespath: C:\Inetpub\wwwroot\dynmap\tiles * Restart your Minecraft server. * Join your Minecraft server and place a few blocks (randomly) to trigger dynmap to generate tiles for your map.