Skip to content
Snippets Groups Projects
Commit ce4d0dbc authored by ousseyn01's avatar ousseyn01
Browse files

Cloud.java is DONE yet

parent 8edf2f80
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,6 @@ public class Cloud { ...@@ -25,8 +25,6 @@ public class Cloud {
} }
public void extinguishFire(Fire fire) { public void extinguishFire(Fire fire) {
if (fire.getFirePositions().contains(position)) {
fire.getFirePositions().remove(position); fire.getFirePositions().remove(position);
} }
} }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment