We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe8a57 commit 90802c7Copy full SHA for 90802c7
Utilities.cpp
@@ -811,6 +811,7 @@ CString GetConnectionStatus (const int iStatus)
811
case eConnectAwaitingProxyResponse2:strResult = Translate ("Awaiting proxy response (2)"); break;
812
case eConnectAwaitingProxyResponse3:strResult = Translate ("Awaiting proxy response (3)"); break;
813
case eConnectConnectedToMud: strResult = Translate ("Open"); break;
814
+ case eConnectDisconnecting: strResult = Translate ("Disconnecting"); break;
815
} // end of switch
816
817
return strResult;
0 commit comments