diff --git a/core/src/mindustry/maps/SectorDamage.java b/core/src/mindustry/maps/SectorDamage.java index 6b59328f12..af070e0a0f 100644 --- a/core/src/mindustry/maps/SectorDamage.java +++ b/core/src/mindustry/maps/SectorDamage.java @@ -301,7 +301,7 @@ public class SectorDamage{ var reg = new LinearRegression(); Seq waveDps = new Seq<>(), waveHealth = new Seq<>(); - for(int wave = state.wave, i = 0; i < 3; wave += (1 + i++)){ + for(int wave = state.wave; wave < state.wave + 10; wave ++){ float sumWaveDps = 0f, sumWaveHealth = 0f; //first wave has to take into account current dps