Don't remove AFK status when opening a new connection.
This commit is contained in:
parent
dc4989a3cf
commit
a7a05f04bd
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ namespace SharpChat.PacketHandlers {
|
||||||
ctx.Chat.UpdateUser(
|
ctx.Chat.UpdateUser(
|
||||||
user,
|
user,
|
||||||
userName: fai.UserName,
|
userName: fai.UserName,
|
||||||
status: ChatUserStatus.Online,
|
|
||||||
colour: fai.Colour,
|
colour: fai.Colour,
|
||||||
rank: fai.Rank,
|
rank: fai.Rank,
|
||||||
perms: fai.Permissions
|
perms: fai.Permissions
|
||||||
|
|
Loading…
Reference in a new issue