Update CharacterFetch.blade.php

This commit is contained in:
Thomas G 2022-09-14 20:00:38 +10:00
parent c529b24fc9
commit 69d429dbd2
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ header("content-type:application/xml");
ob_start(); ob_start();
$userId = addslashes($_GET["userId"]); $userId = addslashes($_GET["userId"]);
//TODO: add catalog + avatar system //TODO: add catalog + avatar system
@endphp // http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;
http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp; @endphp