Skip to content

Commit

Permalink
Add corvax interfaces to Magic ACZ
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Oct 7, 2023
1 parent abf8abe commit e350b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Packaging/ContentPackaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ await RobustClientPackaging.WriteContentAssemblies(
inputPass,
contentDir,
"Content.Client",
new[] { "Content.Client", "Content.Shared", "Content.Shared.Database" },
new[] { "Content.Client", "Content.Shared", "Content.Shared.Database", "Content.Corvax.Interfaces.Client", "Content.Corvax.Interfaces.Shared" }, // Corvax-Secrets: Add Corvax interfaces to Magic ACZ
cancel);

await RobustClientPackaging.WriteClientResources(contentDir, inputPass, cancel);
Expand Down

0 comments on commit e350b46

Please sign in to comment.