changed a comment

This commit is contained in:
Guillaume LE CHARTIER 2024-05-29 11:12:02 +02:00
parent 96c202115d
commit a42a6d69ea
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}