1
This commit is contained in:
parent
0ee24be3c7
commit
ca83bb5e90
@ -218,6 +218,9 @@ void PlayerStats::Statement(Human* sender)
|
|||||||
sender->GetNetData()->CalcBattleStat(this);
|
sender->GetNetData()->CalcBattleStat(this);
|
||||||
}
|
}
|
||||||
game_time = f8::App::Instance()->GetNowTime();
|
game_time = f8::App::Instance()->GetNowTime();
|
||||||
|
if (sender->GetBattleStartTime() <= 0) {
|
||||||
|
abort();
|
||||||
|
}
|
||||||
game_duration = game_time - sender->GetBattleStartTime();
|
game_duration = game_time - sender->GetBattleStartTime();
|
||||||
statemented = 1;
|
statemented = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user