diff options
Diffstat (limited to 'html/includes/functions.php')
-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";
}
?>
|