forked from space-syndicate/space-station-14
Fix server launcher connectivity by including Content.Packaging assembly
The server was failing to create ACZ packages for launcher clients because Content.Packaging.dll was not included in the packaged server deployments. This caused a FileNotFoundException when ContentMagicAczProvider attempted to call ClientPackaging.WriteResources at runtime. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -47,6 +47,7 @@ public static class ServerPackaging
|
|||||||
"Content.Server",
|
"Content.Server",
|
||||||
"Content.Shared",
|
"Content.Shared",
|
||||||
"Content.Shared.Database",
|
"Content.Shared.Database",
|
||||||
|
"Content.Packaging",
|
||||||
};
|
};
|
||||||
|
|
||||||
private static readonly List<string> ServerExtraAssemblies = new()
|
private static readonly List<string> ServerExtraAssemblies = new()
|
||||||
|
|||||||
Reference in New Issue
Block a user