Solution rejig (#12428)
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Content.Server.Administration.Commands
|
||||
return;
|
||||
}
|
||||
|
||||
if (solution.HeatCapacity <= 0.0f)
|
||||
if (solution.GetHeatCapacity(null) <= 0.0f)
|
||||
{
|
||||
if(quantity != 0.0f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user