Skip to content

Commit

Permalink
Removed commented-out line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
fattyhope committed Oct 17, 2023
1 parent dee03f9 commit 4e4b21b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ public void create() {
spawnTerrain();

// Set up infrastructure for end game tracking
// player = spawnPlayer();

waves = WaveFactory.createWaves();
spawnEntity(waves);
waves.getEvents().addListener("spawnWave", this::spawnMob);
Expand Down

0 comments on commit 4e4b21b

Please sign in to comment.