summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 461b9cf4e..d8663fb70 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -2879,7 +2879,6 @@ char *map_init_mapcache(FILE *fp) {
aFree(buffer);
return NULL;
}
- ShowError("Map cache is corrupted!\r"); // If the file is totally corrupted this will allow us to warn the user
if( GetULong((unsigned char *)&(header.file_size)) != size ) {
ShowError("map_init_mapcache: Map cache is corrupted!\n");
aFree(buffer);