Skip to content

Commit

Permalink
Apply new enhancement processing convention to Cybran SACU (FAForever…
Browse files Browse the repository at this point in the history
…#6517)

---------

Co-authored-by: lL1l1 <82986251+lL1l1@users.noreply.github.com>
  • Loading branch information
MrRowey and lL1l1 authored Nov 18, 2024
1 parent e2f24fb commit 53ecbd2
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 137 deletions.
2 changes: 1 addition & 1 deletion changelog/snippets/other.6498.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- (#6498, #6502, #6503, #6514) Refactor the Enhancements section in the ACU/SACU scripts to replace the long if/else chain with a more modular design that is easier to maintain and hook. Each enhancement has its own dedicated function, named with the format `ProcessEnhancement[EnhancementName]`. The CreateEnhancement function now calls the appropriate enhancement function automatically by that name format.
- (#6498, #6502, #6503, #6514, #6517) Refactor the Enhancements section in the ACU/SACU scripts to replace the long if/else chain with a more modular design that is easier to maintain and hook. Each enhancement has its own dedicated function, named with the format `ProcessEnhancement[EnhancementName]`. The CreateEnhancement function now calls the appropriate enhancement function automatically by that name format.
Loading

0 comments on commit 53ecbd2

Please sign in to comment.