Skip to content

Commit

Permalink
Merge pull request #646 from feeddanoob/KV_Storage_NameChange
Browse files Browse the repository at this point in the history
Fix for Class Change
  • Loading branch information
Sn1p3rr3c0n authored Nov 9, 2022
2 parents a737e1a + 95634ff commit 3eda7f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ private void LoadModSupport()
//Get the Local Transpilers
//Billstack makes it function
//IsWorkTable makes the Gizmos Visible
var Transpiler_Billstack = AccessTools.Method("ProjectRimFactory.Common.HarmonyPatches.SaveStorageSettings_Patch:Transpiler_Billstack");
var Transpiler_IsWorkTable = AccessTools.Method("ProjectRimFactory.Common.HarmonyPatches.SaveStorageSettings_Patch:Transpiler_IsWorkTable");
var Transpiler_Billstack = AccessTools.Method("ProjectRimFactory.Common.HarmonyPatches.Patch_SaveStorageSettings_Patch_Building_GetGizmos:Transpiler_Billstack");
var Transpiler_IsWorkTable = AccessTools.Method("ProjectRimFactory.Common.HarmonyPatches.Patch_SaveStorageSettings_Patch_Building_GetGizmos:Transpiler_IsWorkTable");

//Get the Patch that is adding the Save Storage Gizmos
var sss_Assembly = LoadedModManager.RunningMods.Where(c => c.PackageId.ToLower() == "savestoragesettings.kv.rw".ToLower())
Expand Down

0 comments on commit 3eda7f9

Please sign in to comment.