diff --git a/globals/functions.php b/globals/functions.php index 90148d1..3104e83 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -4954,6 +4954,11 @@ function handleGameThumb($id) $thumbhash = $placeinfo->ThumbHash; if ($thumbhash) { + //broken check + if (!file_get_contents($GLOBALS['renderCDNPath'].$thumbhash)) + { + return getImageFromAsset(4); + } return constructRenderHashUrl($thumbhash); }