Skip to content

Commit

Permalink
Changed logger info for waveService waveNumber in WaveTask.java
Browse files Browse the repository at this point in the history
  • Loading branch information
max9753 committed Sep 29, 2023
1 parent 0911e15 commit c624480
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public void update() {

} else {
logger.info("{} enemies remaining in wave {}", ServiceLocator.getWaveService().getEnemyCount(), currentWaveIndex);
logger.info("WAVE SERVICE NUMBER: Wave Number {}",ServiceLocator.getWaveService().getWaveCount());
if (waveInProgress) {
this.level.spawnWave();
}
Expand Down

0 comments on commit c624480

Please sign in to comment.