Page 1 of 1

[FIXED][Chat] Status not set back when leaving server

Posted: 09 May 2013, 20:30
by The_Big_Boo
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 :oops: ), a simple if(_chatMain_currentServerLogin != "") will fix this nicely.

Re: [Chat] Status not set back when leaving server

Posted: 10 May 2013, 14:07
by Rots
Confirmed and I understood your code :3

Re: [Chat] Status not set back when leaving server

Posted: 13 May 2013, 14:03
by dreammyw0w
confirmed

Re: [Chat] Status not set back when leaving server

Posted: 16 May 2013, 11:12
by gouxim
Should be fixed now. Thanks boo, for some reason (mainly because i'm stupid) I forgot to fix that test when i "fixed" that bug a month ago :oops: