From aa0bf59136997d801c4b1170055960808007e993 Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Fri, 12 Jan 2018 01:36:05 +0100 Subject: Update unknown map image --- html/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/includes/functions.php') 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"; } ?> -- cgit