@ -122,8 +122,8 @@ class Occupy(Logic):
x += 1
y += 1
for move in moves:
team_id = move["team_id"]
for team_id, move in enumerate(moves):
if move is not None:
for member in move["members"]:
id_moves[team_id][member["id"]] = member["action"]