From 6cd754815001bd6539eb46de37b51e0740c749ad Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Tue, 15 Feb 2022 23:19:53 +1300 Subject: [PATCH] Fix placing solution transfer entities on tables. (#6720) --- .../Chemistry/Components/SolutionTransferComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Chemistry/Components/SolutionTransferComponent.cs b/Content.Server/Chemistry/Components/SolutionTransferComponent.cs index 933bad3c8c..9ebabd968a 100644 --- a/Content.Server/Chemistry/Components/SolutionTransferComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionTransferComponent.cs @@ -173,7 +173,7 @@ namespace Content.Server.Chemistry.Components } } - return true; + return false; } /// The actual amount transferred.