Skip to content

Error on new update 04/08/2023 #2

Description

@drbermejor

Need to change the following code on line 408 in order to get this plugin working again:

    void OnItemCraftFinished(ItemCraftTask task, Item item, ItemCrafter crafter)
    {
		
        var player = crafter.owner;
        if (player != null)
            if (hasQuests(player.userID) && isQuestItem(player.userID, item.info.shortname, QuestType.Craft))
                ProcessProgress(player, QuestType.Craft, item.info.shortname, item.amount);
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions