From 909178d68a90433f56316b74b71b25d6b785939d Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 20 Jul 2022 17:17:45 +1000 Subject: [PATCH] Update join.blade.php --- 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 c63349d..2b5413d 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -14,7 +14,7 @@ if (Auth::check()) { } else { $randName = mt_rand(1, 9999); $username = "Guest " . $randName; - $id = 2569; + $id = 119; } $ip = addslashes($_GET["ip"]); $port = addslashes($_GET["port"]);