From fb5179b3b60fc1a9e8daaa455f2c50385b62707c Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 8 Jun 2020 14:14:37 +0200 Subject: [PATCH] Revert "Fix integration tests." This reverts commit d2a38bdb00d95faecce1108b216b38e4d085efce. --- .../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 cd75c9aaac..1b3f334f12 100644 --- a/Content.Server/GameObjects/Components/Chemistry/SolutionComponent.cs +++ b/Content.Server/GameObjects/Components/Chemistry/SolutionComponent.cs @@ -42,7 +42,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;