Fix chem sources in guidebook (#23987)

* Fix chem sources in guidebook

* shabooya
This commit is contained in:
Nemanja
2024-01-13 02:16:47 -05:00
committed by GitHub
parent a7a76ce699
commit 0e45c63d22

View File

@@ -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;
}