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