Fix atmos byte cast
Thanks rider
This commit is contained in:
@@ -739,7 +739,7 @@ namespace Content.Server.Atmos
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Hotspot.State = Hotspot.Volume > Atmospherics.CellVolume * 0.4f ? 2 : 1;
|
Hotspot.State = (byte) (Hotspot.Volume > Atmospherics.CellVolume * 0.4f ? 2 : 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Hotspot.Temperature > MaxFireTemperatureSustained)
|
if (Hotspot.Temperature > MaxFireTemperatureSustained)
|
||||||
|
|||||||
Reference in New Issue
Block a user