diff --git a/src/backend/Simulator.java b/src/backend/Simulator.java index 3da398e..c0737ec 100644 --- a/src/backend/Simulator.java +++ b/src/backend/Simulator.java @@ -226,7 +226,7 @@ public class Simulator extends Thread { } if(i==agents.size() && removal ==false){ - //if we find no corresponding agent we add one + //if we find no corresponding agent after the for loop, we add one System.out.println("no agents to remove, proceeding with creation"); setSheep(x, y); }