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)