summaryrefslogtreecommitdiff
path: root/html/includes/functions.php
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2018-01-12 01:36:05 +0100
committerMatthijs Kuiper <info@matthijskuiper.nl>2018-01-12 01:41:09 +0100
commitaa0bf59136997d801c4b1170055960808007e993 (patch)
treefaf20adafd0de2eb869a3674e0f1b1d75254bc6c /html/includes/functions.php
parentf35002779bdbb74dedd57c0691c6039adc146d93 (diff)
Update unknown map image
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";
}
?>