🤖 Triple loops

This commit is contained in:
Asim Shrestha
2023-04-08 21:19:15 -07:00
parent 7339e327c2
commit 6331fd43cb

View File

@@ -56,7 +56,7 @@ class AutonomousAgent {
}
this.numLoops += 1;
if (this.numLoops >= 10) {
if (this.numLoops >= 30) {
this.sendLoopMessage();
this.shutdown();
return;