From 902fe1d7c7fe810bb8b3d7c977a4c2a5f5fe1181 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:18:05 +1000 Subject: [PATCH] 500 fix --- resources/views/client/join.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index 36ad2cd..68acd0a 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -16,7 +16,7 @@ if (Auth::check()) { $randName = mt_rand(1, 9999); $username = "Guest " . $randName; $id = 0; - $app = 'http://morblox.us/Asset/CharacterFetch.ashx?userId=0' + $app = 'http://morblox.us/Asset/CharacterFetch.ashx?userId=0'; } $ip = addslashes($_GET["ip"]); $port = addslashes($_GET["port"]);