diff --git a/Content.Shared/GameObjects/Components/Chemistry/SharedSolutionComponent.cs b/Content.Shared/GameObjects/Components/Chemistry/SharedSolutionComponent.cs index 2af662130c..acd9b18324 100644 --- a/Content.Shared/GameObjects/Components/Chemistry/SharedSolutionComponent.cs +++ b/Content.Shared/GameObjects/Components/Chemistry/SharedSolutionComponent.cs @@ -22,7 +22,7 @@ namespace Content.Shared.GameObjects.Components.Chemistry { public override uint NetID => ContentNetIDs.SOLUTION; - public SolutionComponentState() { } + public SolutionComponentState() { } } ///