From 24f961af19939283d49968060d87c017856769c3 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 23 Oct 2022 10:55:28 +1100 Subject: [PATCH] Update join.blade.php --- resources/views/client/join.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index 2046254..3a9f72e 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -118,7 +118,7 @@ function setMessage(message) end -- Check if client is not logged in ---if == 0 then +--if "" == "0" then -- setMessage("You are not logged in. (ID: 400)", "Kick", "Kick") -- error("Not logged in") --end @@ -228,7 +228,7 @@ local success, err = pcall(function() playerConnectSucces, player = pcall(function() return client:PlayerConnect(, "", , 0, threadSleepTime) end) - if == 0 then + if "" == "0" then -- guest player:SetSuperSafeChat(true) pcall(function() player:SetUnder13(true) end)