Update join.blade.php

This commit is contained in:
Thomas G 2022-07-12 20:19:07 +10:00
parent 9c23ebba3b
commit 85d3463fce
1 changed files with 5 additions and 4 deletions

View File

@ -119,10 +119,11 @@ function setMessage(message)
end end
end end
if "<?php echo $username; ?>" == "Guest " .. tostring(<?php echo $randName; ?>) then -- Check if client is not logged in, disabled right now
setMessage("You are not logged in. (ID: 400)", "Kick", "Kick") -- if "<?php echo $username; ?>" == "Guest " .. tostring(<?php echo $randName; ?>) then
error("Not logged in") -- setMessage("You are not logged in. (ID: 400)", "Kick", "Kick")
end -- error("Not logged in")
-- end
function showErrorWindow(message, errorType, errorCategory) function showErrorWindow(message, errorType, errorCategory)
game:SetMessage(message) game:SetMessage(message)