Fix KK version of ClothingStateMenuX attempting to hook KKS version of MoreOutfits assembly #47
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IllusionMods/KeelPlugins!47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why not do an
#if KKon the HarmonyPatch attribute instead? Seems far simpler than this.In hindsight, yes. Added this change.
Are the .sln changes necessary? Also move the brackets to their own lines.
The .sln changes were done automatically by VS, I didn't touch that. So they're probably not neccessary? I can revert them if you prefer
It's pretty easy to pick just what actually needs to be committed with git. I assume it's just that HarmonyPostfix change so about 5 lines.