Skip to content

UnregisterRecipe doesnt work? #5

Description

@rocketrefrigerator

https://github.com/BohemiaInteractive/DayZ-Samples/blob/master/Test_Crafting/Scripts/4_World/PluginRecipesManagerBase.c

Ive tried to unregister fence kit with

modded class PluginRecipesManagerBase extends PluginBase
{
override void RegisterRecipies()
{
super.RegisterRecipies();
UnregisterRecipe("CraftFenceKit");
UnregisterRecipe("CraftWatchtowerKit");
UnregisterRecipe("CraftTerritoryFlagKit");
}
};

But still can craft it.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions