From ac2261127506074439770cf0bf296d0e9885fd21 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 12 Jul 2022 23:08:42 +1000 Subject: [PATCH] reverted --- resources/views/client/join.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"]);