Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonooallen committed Oct 18, 2022
2 parents a919f26 + 70c6049 commit b0c6fe3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ private void spawnEnvironmentalObject(int numObjects, EnvironmentalComponent.Env
break;
case SHIPWRECK_FRONT:
envObj = ObstacleFactory.createShipwreckFront();
System.out.println("Created");
break;
case SHELL:
envObj = ObstacleFactory.createShell();
Expand Down

0 comments on commit b0c6fe3

Please sign in to comment.