Fix chem sources in guidebook (#23987)
* Fix chem sources in guidebook * shabooya
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user