Skip to content

Commit

Permalink
fix: Drop duplicate entry in Alpakit C++ template deps (#260)
Browse files Browse the repository at this point in the history
The "AssetRegistry" dependency was listed multiple times in the list of dependencies. Keep only the first instance.
  • Loading branch information
Th3Fanbus authored Mar 6, 2024
1 parent 465059d commit 62cc90b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public PLUGIN_NAME(ReadOnlyTargetRules Target) : base(Target)
//"TemplateSequence",
"NetCore",
"GameplayTags",
"Json", "JsonUtilities",
"AssetRegistry"
"Json", "JsonUtilities"
});

// FactoryGame plugins
Expand Down

0 comments on commit 62cc90b

Please sign in to comment.