修复登出时间错误
This commit is contained in:
parent
28b6cb6a85
commit
0585fe236d
|
|
@ -1124,7 +1124,6 @@ func (this *Player) IsOnLine() bool {
|
|||
|
||||
func (this *Player) SetOnline() {
|
||||
this.state = PlayerStateOnline
|
||||
this.UpdateLastLogoutTime()
|
||||
}
|
||||
|
||||
func (this *Player) IsOffline() bool {
|
||||
|
|
|
|||
Loading…
Reference in New Issue