Skip to content

Commit

Permalink
Updated base grass value.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jan 7, 2025
1 parent 9835308 commit 6bb7cee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maps4fs/generator/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ def __init__( # pylint: disable=R0917, R0915
self.logger.info("Background settings: %s", background_settings)
self.grle_settings = grle_settings
self.logger.info("GRLE settings: %s", grle_settings)
if not isinstance(self.grle_settings.base_grass, str):
self.grle_settings.base_grass = self.grle_settings.base_grass[0]
self.logger.info(
"Updated value of the base grass to %s.", self.grle_settings.base_grass
)
self.i3d_settings = i3d_settings
self.logger.info("I3D settings: %s", i3d_settings)
self.texture_settings = texture_settings
Expand Down

0 comments on commit 6bb7cee

Please sign in to comment.