diff --git a/qt_ui/windows/groundobject/QGroundObjectMenu.py b/qt_ui/windows/groundobject/QGroundObjectMenu.py index 79f2250a..ed2d04b4 100644 --- a/qt_ui/windows/groundobject/QGroundObjectMenu.py +++ b/qt_ui/windows/groundobject/QGroundObjectMenu.py @@ -355,7 +355,7 @@ class QBuyGroupForGroundObjectDialog(QDialog): # Generate SAM generator = sam_generator(self.game, self.ground_object) generator.generate() - self.ground_object.groups = generator.groups + self.ground_object.groups = list(generator.groups) GameUpdateSignal.get_instance().updateBudget(self.game)