diff --git a/ServerExt/Classes/Ext_T_ZEDHelper.uc b/ServerExt/Classes/Ext_T_ZEDHelper.uc index 7d1c3cd..deef80d 100644 --- a/ServerExt/Classes/Ext_T_ZEDHelper.uc +++ b/ServerExt/Classes/Ext_T_ZEDHelper.uc @@ -73,7 +73,7 @@ final function bool HasLiveZeds() { local KFPawn_Monster M; - if( KFGameReplicationInfo(WorldInfo.GRI).WaveNum>KFGameReplicationInfo(WorldInfo.GRI).WaveMax ) // No pets on possible bonus waves. + if( KFGameReplicationInfo(WorldInfo.GRI).WaveNum>=KFGameReplicationInfo(WorldInfo.GRI).WaveMax ) // No pets on possible bonus waves. return false; foreach WorldInfo.AllPawns(Class'KFPawn_Monster',M) @@ -240,4 +240,4 @@ defaultproperties HPScale=0.5 DamageScale=2 FriendlyScalar=0.65 -} \ No newline at end of file +}