Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ plugins:
- name: 'Patch for Purists.esm'
msg:
- <<: *obsolete
condition: 'version("Patch for Purists.esm", "3.1.2", <)'
condition: 'version("Patch for Purists.esm", <, "3.1.2")'
- type: say
content:
- lang: en
Expand All @@ -449,7 +449,7 @@ plugins:
text: 'Версията е стара. Изисква се само за стари записи.'
- lang: de
text: 'Alt-Version. Ausschließlich für alte Speicherstände empfohlen.'
condition: 'version("Patch for Purists.esm", "3.1.2", <)'
condition: 'version("Patch for Purists.esm", <, "3.1.2")'
- name: 'Patch for Purists - (Base Patch|(Book|Dialogue|Statistic) Typos|Floating Rocks|Expansion Implementation|Dialogue Inconsistencies)\.esm'
msg:
- *obsolete
Expand Down