forked from metin-server/m2dev-client
Update intrologin.py
This commit is contained in:
@@ -930,6 +930,7 @@ class LoginWindow(ui.ScriptWindow):
|
|||||||
self.PopupNotifyMessage(localeInfo.CHANNEL_SELECT_CHANNEL)
|
self.PopupNotifyMessage(localeInfo.CHANNEL_SELECT_CHANNEL)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# Entry is prohibited if status equals FULL
|
||||||
if state == serverInfo.STATE_DICT[3]:
|
if state == serverInfo.STATE_DICT[3]:
|
||||||
self.PopupNotifyMessage(localeInfo.CHANNEL_NOTIFY_FULL)
|
self.PopupNotifyMessage(localeInfo.CHANNEL_NOTIFY_FULL)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user