Skip to content

Commit

Permalink
Fix chem sources in guidebook (space-wizards#23987)
Browse files Browse the repository at this point in the history
* Fix chem sources in guidebook

* shabooya
  • Loading branch information
EmoGarbage404 authored Jan 13, 2024
1 parent a7a76ce commit 0e45c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public sealed partial class SolutionContainerManagerComponent : Component
/// <remarks>
/// Should be null after mapinit.
/// </remarks>
[DataField(serverOnly: true)] // Needs to be serverOnly or these will get loaded on the client and never cleared. Can be reworked when entity spawning is predicted.
[DataField, AutoNetworkedField]
public Dictionary<string, Solution>? Solutions = null;
}

0 comments on commit 0e45c63

Please sign in to comment.