Compare commits
No commits in common. "3c70f140ddf762cb9cc34c34de035552dc57ce3f" and "c00efdf170df8c3ddbc7a8f526b9879cb6431027" have entirely different histories.
3c70f140dd
...
c00efdf170
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "4.2.0",
|
||||
"version": "4.4.0",
|
||||
"title": "Cromulant",
|
||||
"program": "cromulant",
|
||||
"author": "madprops",
|
||||
|
|
Loading…
Reference in New Issue