Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
- Add version check to patch included message.
  • Loading branch information
MacSplody committed Dec 13, 2024
1 parent f70f9de commit 8e57469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3970,7 +3970,7 @@ plugins:
condition: 'version("StartMeUp.esp", "6.7", <)'
- <<: *patchIncluded
subs: [ 'DLC Nuka-World' ]
condition: 'active("DLCNukaWorld.esm") and not active("StartMeUpNukaWorldPatch.esp")'
condition: 'version("StartMeUp.esp", "6.7", >=) and active("DLCNukaWorld.esm") and not active("StartMeUpNukaWorldPatch.esp")'
clean:
# Basic
- crc: 0x2A8C9385
Expand Down

0 comments on commit 8e57469

Please sign in to comment.