Update join.blade.php

This commit is contained in:
Thomas G 2022-07-12 20:11:25 +10:00
parent 390dab983f
commit 22290a690d
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ function setMessage(message)
end
if "<?php echo $username; ?>" == "Guest " .. tostring(<?php echo $randName; ?>) then
setMessage("You are not authenticated. (ID: 400)", "Kick", "Kick")
error("oops")
setMessage("You are not logged in. (ID: 400)", "Kick", "Kick")
error("Not logged in")
end
function showErrorWindow(message, errorType, errorCategory)