From d2a38bdb00d95faecce1108b216b38e4d085efce Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 24 May 2020 22:13:57 +0200 Subject: [PATCH] Fix integration tests. --- .../GameObjects/Components/Chemistry/SolutionComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/GameObjects/Components/Chemistry/SolutionComponent.cs b/Content.Server/GameObjects/Components/Chemistry/SolutionComponent.cs index 9164fe912e..eb49870be4 100644 --- a/Content.Server/GameObjects/Components/Chemistry/SolutionComponent.cs +++ b/Content.Server/GameObjects/Components/Chemistry/SolutionComponent.cs @@ -41,7 +41,7 @@ namespace Content.Server.GameObjects.Components.Chemistry private Solution _containedSolution = new Solution(); private ReagentUnit _maxVolume; private SolutionCaps _capabilities; - private string _fillInitState; + private string _fillInitState = ""; private int _fillInitSteps; private string _fillPathString = "Objects/Chemistry/fillings.rsi"; private ResourcePath _fillPath;