diff --git a/common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf b/common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf index 67f566ed5..3b97dfb68 100644 --- a/common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf +++ b/common/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf @@ -147,7 +147,7 @@ enable-hires: true # Default is "file" storage: "file" -# Normally BlueMap detects if a chunk has not yet generated it's light data and omits rendering those chunks. +# Normally BlueMap detects if a chunk has not yet generated its light data and omits rendering those chunks. # If this is set to true BlueMap will render Chunks even if there is no light data! # This can be useful for example if some mod prevents light data from being saved correctly. # However, this also has a few drawbacks: