diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-12 01:36:05 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-12 01:41:09 +0100 |
commit | aa0bf59136997d801c4b1170055960808007e993 (patch) | |
tree | faf20adafd0de2eb869a3674e0f1b1d75254bc6c /html/includes | |
parent | f35002779bdbb74dedd57c0691c6039adc146d93 (diff) |
Update unknown map image
Diffstat (limited to 'html/includes')
-rwxr-xr-x | html/includes/functions.php | 2 |
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";
}
?>
|