1
This commit is contained in:
parent
963eafbe1e
commit
32ba61159a
@ -1,6 +1,7 @@
|
|||||||
package player
|
package player
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"f5"
|
||||||
"sync"
|
"sync"
|
||||||
"main/common"
|
"main/common"
|
||||||
)
|
)
|
||||||
@ -32,6 +33,7 @@ func (this *playerMgr) ForceCreatePlayer(accountId string, sessionId string) com
|
|||||||
p := newPlayer()
|
p := newPlayer()
|
||||||
p.accountId = accountId
|
p.accountId = accountId
|
||||||
p.sessionId = sessionId
|
p.sessionId = sessionId
|
||||||
|
p.registerTime = f5.ExtractRegisterTimeFromSessionId(sessionId)
|
||||||
hum = p
|
hum = p
|
||||||
this.accountIdHash.Store(p.accountId, 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