Update intrologin.py

This commit is contained in:
rtw1x1
2025-12-27 21:31:41 +00:00
committed by GitHub
parent bd5e4c0d42
commit 0edc21e823

View File

@@ -930,6 +930,7 @@ class LoginWindow(ui.ScriptWindow):
self.PopupNotifyMessage(localeInfo.CHANNEL_SELECT_CHANNEL)
return
# Entry is prohibited if status equals FULL
if state == serverInfo.STATE_DICT[3]:
self.PopupNotifyMessage(localeInfo.CHANNEL_NOTIFY_FULL)
return