Fix bug in migrator

This commit is contained in:
Raffson 2023-10-01 17:21:57 +02:00
parent 78e07fec83
commit 30f6c14030
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -214,4 +214,4 @@ class Migrator:
def _update_tgos(self) -> None:
for go in self.game.theater.ground_objects:
go.task = None # TODO: attempt to deduce tasking?
try_set_attr(go, "task", None)