mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-27 16:06:24 +02:00
Fix enum values.
This commit is contained in:
parent
15ab5e7d62
commit
a5910786e2
13 changed files with 31 additions and 35 deletions
|
@ -241,7 +241,7 @@ class Constructor:
|
|||
if not line.tags:
|
||||
return
|
||||
|
||||
building_mode: str = self.configuration.building_mode
|
||||
building_mode: BuildingMode = self.configuration.building_mode
|
||||
if "building" in line.tags or (
|
||||
building_mode == BuildingMode.ISOMETRIC
|
||||
and "building:part" in line.tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue