Skip to content

Commit

Permalink
unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Dec 31, 2024
1 parent 35f605f commit 85227af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/data/static_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def read_logic_file(self, lines: List[str]) -> None:
new_region_and_connections = define_new_region(line)
current_region = new_region_and_connections[0]
region_name = current_region.name
self.ALL_REGIONS_BY_NAME[current_region.name] = current_region
self.ALL_REGIONS_BY_NAME[region_name] = current_region
for connection in new_region_and_connections[1]:
self.CONNECTIONS_WITH_DUPLICATES[region_name].append(connection)
current_area.regions.append(region_name)
Expand Down

0 comments on commit 85227af

Please sign in to comment.