This commit is contained in:
aozhiwei 2024-08-20 18:03:29 +08:00
parent b5ceb9cd04
commit 30d33f97ab

View File

@ -220,7 +220,7 @@ void PlayerStats::Statement(Human* sender)
game_time = f8::App::Instance()->GetNowTime(); game_time = f8::App::Instance()->GetNowTime();
if (sender->GetBattleStartTime() <= 0) { if (sender->GetBattleStartTime() <= 0) {
game_duration = 0; game_duration = 0;
#ifdef MYDEBUG #ifdef MYDEBUG1
abort(); abort();
#endif #endif
} else { } else {