修复登出时间错误

This commit is contained in:
sk 2024-11-17 15:20:35 +08:00
parent 28b6cb6a85
commit 0585fe236d
1 changed files with 0 additions and 1 deletions

View File

@ -1124,7 +1124,6 @@ func (this *Player) IsOnLine() bool {
func (this *Player) SetOnline() {
this.state = PlayerStateOnline
this.UpdateLastLogoutTime()
}
func (this *Player) IsOffline() bool {