From bffb7dc5f017b144caaa29f3159f37d1b78cbd31 Mon Sep 17 00:00:00 2001 From: AgentePanela Date: Wed, 2 Sep 2026 13:14:37 -0300 Subject: [PATCH] fix --- Content.Packaging/ServerPackaging.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Content.Packaging/ServerPackaging.cs b/Content.Packaging/ServerPackaging.cs index 4d54906cb1d..adcebbf562d 100644 --- a/Content.Packaging/ServerPackaging.cs +++ b/Content.Packaging/ServerPackaging.cs @@ -275,7 +275,10 @@ private static async Task WriteServerResources( var deps = DepsHandler.Load(Path.Combine(sourcePath, "Content.Server.deps.json")); - var contentAssemblies = GetContentAssemblyNamesToCopy(deps); + // dumont change + var contentAssemblies = GetContentAssemblyNamesToCopy(deps) + .Concat(FindServerModules()) + .Distinct(); await RobustSharedPackaging.DoResourceCopy( Path.Combine("RobustToolbox", "bin", "Server",