diff --git a/worldsrv/player.go b/worldsrv/player.go index eb8db7c..7a46470 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -1124,7 +1124,6 @@ func (this *Player) IsOnLine() bool { func (this *Player) SetOnline() { this.state = PlayerStateOnline - this.UpdateLastLogoutTime() } func (this *Player) IsOffline() bool {