From b9c75dda17613e3d9d7808d5ae4a8de6bbdf7737 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Sun, 12 Dec 2021 04:30:44 -0500 Subject: [PATCH] TODO: FIX THIS PLEASE --- globals/functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/globals/functions.php b/globals/functions.php index 2e884f1..90148d1 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -3436,6 +3436,9 @@ function getUserGearsAccoutrements($userid) //ghetto return $gears; } +//TODO: FIX THIS DUMB SHIT +//file_get_contents adds & after every & +//2 lazy to look further into this right now, annoying as fuck function getRobloxAssetThumbnail($assetid, $width, $height, $fileformat) { return json_decode(file_get_contents($GLOBALS['ROBLOXAssetThumbnailAPI'].$assetid."&size=".$width."x".$height."&format=".$fileformat."&isCircular=false"))->data[0]->imageUrl;