Update join.blade.php
This commit is contained in:
parent
9c23ebba3b
commit
85d3463fce
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue