Skip to content

Commit

Permalink
Send actual crafting thing yknow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Albrekka committed Jan 20, 2024
1 parent 6d7515e commit 03583f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static bool AddCraftingRecipe_CheckForStrayRecipe_Prefix(Event __instance
return true;
}

_locationChecker.AddCheckedLocation($"{eventCooking[__instance.id]}{RECIPE_SUFFIX}");
_locationChecker.AddCheckedLocation($"{eventCrafting[__instance.id]}{RECIPE_SUFFIX}");
__instance.CurrentCommand++;
return false; // don't run original logic

Expand Down

0 comments on commit 03583f5

Please sign in to comment.