forked from External/ergo
fix #449
This commit is contained in:
parent
c2faeed4b5
commit
4af783ed9e
6 changed files with 23 additions and 9 deletions
|
|
@ -451,7 +451,7 @@ func (client *Client) tryResume() (success bool) {
|
|||
// this is a bit racey
|
||||
client.resumeDetails.ResumedAt = time.Now()
|
||||
|
||||
client.nickTimer.Touch()
|
||||
client.nickTimer.Touch(nil)
|
||||
|
||||
// resume successful, proceed to copy client state (nickname, flags, etc.)
|
||||
// after this, the server thinks that `newClient` owns the nickname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue