This commit is contained in:
Auric Vente 2024-08-02 06:28:02 -06:00
parent 2e6ec189b4
commit c00efdf170
2 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@ class Ants:
ant.method = method
ant.updated = Utils.now()
Game.update(ant)
Ants.on_change()
Game.update(ant)
@staticmethod
def get() -> None:

View File

@ -1,5 +1,5 @@
{
"version": "4.2.0",
"version": "4.4.0",
"title": "Cromulant",
"program": "cromulant",
"author": "madprops",