diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index adb45d5..cfe5e93 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -11,12 +11,10 @@ $app = addslashes($_GET["app"]);*/ if (Auth::check()) { $username = addslashes(Auth::user()->name); $id = addslashes(Auth::id()); - $app = addslashes(Auth::id()); } else { $randName = mt_rand(1, 9999); $username = "Guest " . $randName; $id = 0; - $app = 0 } $ip = addslashes($_GET["ip"]); $port = addslashes($_GET["port"]); @@ -235,6 +233,7 @@ local success, err = pcall(function() -- Overriden onPlayerAdded(player) + player.CharacterAppearance = "" if not test then visit:SetUploadUrl("")end player.Name = ""