Remove redundant sentence in LEVEL_PACKS.md

This commit is contained in:
Wuzzy 2024-12-14 18:07:19 +01:00
parent 4cf715a2e1
commit b49a49e621

View File

@ -42,9 +42,9 @@ The definition of this function is as follows:
### `lzr_levels.register_level_pack(name, info)`
Register a level pack. A level pack is a collection of levels that belong together.
For this to work, the level-related data must be present in the locations defined at
`level_data_file`, `schematic_path` and (optionally) `solutions_path` described below.
Register a level pack. For this to work, the level-related data must be present in the
locations defined at `level_data_file`, `schematic_path` and (optionally) `solutions_path`
described below.
If successful, the level pack will appear in the game under the custom levels menu.