[FIXED][Chat] Status not set back when leaving server
Posted: 09 May 2013, 20:30
Hey,
I recently noticed the presence status isn't set back when leaving a server but keeps saying "Playing on [blabla server]". As I know a bit the code implied here ^_^, I can tell it comes from the fact that the PresenceShow isn't the custom "playing:login" (or "playing:dnd:login") anymore. So the test on line 1305 can't be true. Actually it shouldn't have been done that way anyway in first place (sorry about that
), a simple if(_chatMain_currentServerLogin != "") will fix this nicely.
I recently noticed the presence status isn't set back when leaving a server but keeps saying "Playing on [blabla server]". As I know a bit the code implied here ^_^, I can tell it comes from the fact that the PresenceShow isn't the custom "playing:login" (or "playing:dnd:login") anymore. So the test on line 1305 can't be true. Actually it shouldn't have been done that way anyway in first place (sorry about that
