From 5a30b49f1cbc0c5e5981d5164b15263ba3963963 Mon Sep 17 00:00:00 2001 From: Nate Book Date: Tue, 5 Apr 2016 13:37:32 -0400 Subject: [PATCH] No longer stuck outside chat/connection hanged on SID_LOGONREALMEX error --- trunk/modBNCS.bas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/modBNCS.bas b/trunk/modBNCS.bas index c9cd14e1..0c02aac5 100644 --- a/trunk/modBNCS.bas +++ b/trunk/modBNCS.bas @@ -1143,6 +1143,9 @@ On Error GoTo ERROR_HANDLER: frmRealm.UnloadRealmError End If End If + + SendEnterChatSequence + frmChat.mnuRealmSwitch.Enabled = True End If Exit Sub