This commit is contained in:
aozhiwei 2024-04-27 09:14:32 +08:00
parent 98729ea223
commit d912e285f7

View File

@ -33,6 +33,7 @@ func (this *playerMgr) ForceCreatePlayer(accountId string, sessionId string) com
p.accountId = accountId
p.sessionId = sessionId
hum = p
this.accountIdHash.Store(p.accountId, p)
}
return hum
}