This commit is contained in:
Auric Vente
2024-07-20 05:41:07 -06:00
parent 915a2dbbd3
commit f46be0a809
2 changed files with 28 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ class Game:
if Ants.empty():
return
ant = Ants.get_lazy()
ant = Ants.get_next()
if not ant:
return