1
This commit is contained in:
parent
963eafbe1e
commit
32ba61159a
@ -1,6 +1,7 @@
|
||||
package player
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"sync"
|
||||
"main/common"
|
||||
)
|
||||
@ -32,6 +33,7 @@ func (this *playerMgr) ForceCreatePlayer(accountId string, sessionId string) com
|
||||
p := newPlayer()
|
||||
p.accountId = accountId
|
||||
p.sessionId = sessionId
|
||||
p.registerTime = f5.ExtractRegisterTimeFromSessionId(sessionId)
|
||||
hum = p
|
||||
this.accountIdHash.Store(p.accountId, p)
|
||||
}
|
||||
|
2
third_party/f5
vendored
2
third_party/f5
vendored
@ -1 +1 @@
|
||||
Subproject commit d4433dc0ff809c078fcf2a1ed208e252efeb8756
|
||||
Subproject commit 3ec5583dc555af82f93579c1f516e439b408b160
|
Loading…
x
Reference in New Issue
Block a user