Fix KK version of ClothingStateMenuX attempting to hook KKS version of MoreOutfits assembly #47

Merged
Kokaiinum merged 1 commit from master into master 2024-12-20 11:42:39 +00:00
Kokaiinum commented 2024-12-19 21:56:41 +00:00 (Migrated from github.com)
No description provided.
ManlyMarco (Migrated from github.com) reviewed 2024-12-19 22:41:27 +00:00
ManlyMarco (Migrated from github.com) left a comment

Why not do an #if KK on the HarmonyPatch attribute instead? Seems far simpler than this.

Why not do an `#if KK` on the HarmonyPatch attribute instead? Seems far simpler than this.
Kokaiinum commented 2024-12-19 22:56:18 +00:00 (Migrated from github.com)

In hindsight, yes. Added this change.

In hindsight, yes. Added this change.
Keelhauled commented 2024-12-19 23:19:07 +00:00 (Migrated from github.com)

Are the .sln changes necessary? Also move the brackets to their own lines.

Are the .sln changes necessary? Also move the brackets to their own lines.
Kokaiinum commented 2024-12-19 23:49:44 +00:00 (Migrated from github.com)

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

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
Keelhauled commented 2024-12-19 23:58:08 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No description provided.