Skip to content

Commit

Permalink
ServerPackaging.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Aug 5, 2024
1 parent 9e34201 commit 5a82ebe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Content.Packaging/ServerPackaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ public static class ServerPackaging

private static readonly List<string> ServerContentAssemblies = new()
{
// Sunrise-Start
"Content.Sunrise.Interfaces.Shared",
"Content.Sunrise.Interfaces.Server",
// Sunrise-End
"Content.Server.Database",
"Content.Server",
"Content.Shared",
Expand Down

0 comments on commit 5a82ebe

Please sign in to comment.