From 747b527bec3956ecf46a49e60b37e5e260092851 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 20 Jul 2022 17:15:55 +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 3d152ea..c63349d 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 = mt_rand(9999, 99999); + $id = 2569; } $ip = addslashes($_GET["ip"]); $port = addslashes($_GET["port"]);