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