From 69d429dbd29ed8ebd767a9f2ed799a2e7b094f73 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:00:38 +1000 Subject: [PATCH] Update CharacterFetch.blade.php --- resources/views/client/CharacterFetch.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/client/CharacterFetch.blade.php b/resources/views/client/CharacterFetch.blade.php index ff537ba..9b9213a 100644 --- a/resources/views/client/CharacterFetch.blade.php +++ b/resources/views/client/CharacterFetch.blade.php @@ -3,5 +3,5 @@ header("content-type:application/xml"); ob_start(); $userId = addslashes($_GET["userId"]); //TODO: add catalog + avatar system -@endphp -http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp; \ No newline at end of file +// http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp; +@endphp \ No newline at end of file