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