1
This commit is contained in:
parent
e7f0395e79
commit
d5f73b7ff6
@ -320,7 +320,7 @@ void Incubator::SpawnWaveMon(int wave)
|
||||
|
||||
int Incubator::GetPveLeftTime()
|
||||
{
|
||||
if (room->pve_data.wave > wave_timers_.size() ||
|
||||
if (room->pve_data.wave >= wave_timers_.size() ||
|
||||
room->pve_data.wave < 0) {
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user