From 9c23ebba3b30636cf3659e5c8a84ff8e94b38459 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 12 Jul 2022 20:14:02 +1000 Subject: [PATCH] Update join.php --- public/game/join.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/game/join.php b/public/game/join.php index 7424f8e..3b85fab 100644 --- a/public/game/join.php +++ b/public/game/join.php @@ -104,6 +104,9 @@ function setMessage(message) end end +setMessage("Your ARCHBLOX launcher is out of date. Please update it. (ID: 410)", "Kick", "Kick") +error("Out of Date Launcher") + function showErrorWindow(message, errorType, errorCategory) game:SetMessage(message) end