Compare commits

..

No commits in common. "053db5b83a3fb9cf3a9e12ebac67ae547d0fd9aa" and "759c98971975909a80a1dcb293b0b7dabcfcc478" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -291,13 +291,6 @@ func CSDestroyRoom(s *netlib.Session, packetid int, data interface{}, sid int64)
send() send()
return nil return nil
} }
if scene.ExtraData != nil {
gs, ok := scene.ExtraData.(base.GameScene)
if ok {
gs.SceneDestroy(true)
return nil
}
}
scene.Destroy(true) scene.Destroy(true)
return nil return nil
} }

View File

@ -2105,7 +2105,7 @@ func (this *TienLenSceneData) SendFirstGiveTimeItem(p *base.Player) {
// SaveCustomLog 保存竞技馆对局记录 // SaveCustomLog 保存竞技馆对局记录
func (this *TienLenSceneData) SaveCustomLog() { func (this *TienLenSceneData) SaveCustomLog() {
if this.CustomLogSave || !this.IsCustom() || this.NumOfGames == 0 { if this.CustomLogSave || !this.IsCustom() {
return return
} }
this.CustomLogSave = true this.CustomLogSave = true