From 85d3463fce07263949508e0abcd19b16d20fa361 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 12 Jul 2022 20:19:07 +1000 Subject: [PATCH] Update join.blade.php --- resources/views/client/join.blade.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index ecb9a7f..dd3404b 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -119,10 +119,11 @@ function setMessage(message) end end -if "" == "Guest " .. tostring() then - setMessage("You are not logged in. (ID: 400)", "Kick", "Kick") - error("Not logged in") -end +-- Check if client is not logged in, disabled right now +-- if "" == "Guest " .. tostring() then + -- setMessage("You are not logged in. (ID: 400)", "Kick", "Kick") + -- error("Not logged in") +-- end function showErrorWindow(message, errorType, errorCategory) game:SetMessage(message)