Removed Unknown status

This commit is contained in:
RogueException
2017-03-13 23:51:37 -03:00
parent 3bd920ce66
commit 1d5b7a2b01
5 changed files with 4 additions and 11 deletions

View File

@@ -47,11 +47,5 @@ namespace Discord.WebSocket
}
internal new SocketGlobalUser Clone() => MemberwiseClone() as SocketGlobalUser;
//Updates are only ever called from the gateway thread, thus threadsafe
internal override void Update(ClientState state, Model model)
{
base.Update(state, model);
}
}
}