Update join.blade.php
This commit is contained in:
parent
9c23ebba3b
commit
85d3463fce
|
|
@ -119,10 +119,11 @@ function setMessage(message)
|
|||
end
|
||||
end
|
||||
|
||||
if "<?php echo $username; ?>" == "Guest " .. tostring(<?php echo $randName; ?>) 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 "<?php echo $username; ?>" == "Guest " .. tostring(<?php echo $randName; ?>) then
|
||||
-- setMessage("You are not logged in. (ID: 400)", "Kick", "Kick")
|
||||
-- error("Not logged in")
|
||||
-- end
|
||||
|
||||
function showErrorWindow(message, errorType, errorCategory)
|
||||
game:SetMessage(message)
|
||||
|
|
|
|||
Loading…
Reference in New Issue