summaryrefslogtreecommitdiff
path: root/html/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/includes/functions.php')
-rwxr-xr-xhtml/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/includes/functions.php b/html/includes/functions.php
index 99baeae..aaf2635 100755
--- a/html/includes/functions.php
+++ b/html/includes/functions.php
@@ -605,7 +605,7 @@ function getMapImageName($mapname) {
}
}
- return "assets/images/maps/blank_large.jpg";
+ return "assets/images/maps/blank_large.png";
}
?>