diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index 7eecccf..99eeac0 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -13,8 +13,8 @@ if (Auth::check()) { $id = addslashes(Auth::id()); } else { $randName = mt_rand(1, 9999); - $username = "ARCHBLOXUser " . $randName; - $id = $randName; + $username = "Guest " . $randName; + $id = 0; } $ip = addslashes($_GET["ip"]); $port = addslashes($_GET["port"]);