Skip to content

Commit

Permalink
#784 switsch to the 1.5 Mod Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn1p3rr3c0n committed Jul 22, 2024
1 parent 61816c8 commit 093f554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public ProjectRimFactory_ModComponent(ModContentPack content) : base(content)

private void LoadModSupport()
{
if (ModLister.HasActiveModWithName("RimFridge Updated"))
if (ModLister.HasActiveModWithName("RimFridge: Now with Shelves!"))
{
ModSupport_RrimFridge_GetFridgeCache = AccessTools.Method("RimFridge.FridgeCache:GetFridgeCache");
ModSupport_RrimFridge_HasFridgeAt = AccessTools.Method("RimFridge.FridgeCache:HasFridgeAt");
Expand Down

0 comments on commit 093f554

Please sign in to comment.