Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
XtraCube committed Sep 17, 2024
1 parent 12d9477 commit 95f78ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiraAPI/Patches/Roles/TaskAdderPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public static bool ShowPatch(TaskAdderGame __instance, [HarmonyArgument(0)] Task

if (ModsFolders.TryGetValue(taskFolder.FolderName, out var guid))
{
var plugin = MiraPluginManager.Instance.GetPluginByGuid(guid);
var plugin = MiraPluginManager.GetPluginByGuid(guid);
for (var m = 0; m < plugin.CustomRoles.Count; m++)
{
var roleBehaviour = plugin.CustomRoles.ElementAt(m).Value;
Expand Down

0 comments on commit 95f78ad

Please sign in to comment.