Unstable 0.15.15.0 (and the one before it I forgor)
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Barotrauma
|
||||
return;
|
||||
}
|
||||
|
||||
message.Write(false);
|
||||
message.Write(false); //not a ballast flora update
|
||||
message.WriteRangedSingle(MathHelper.Clamp(waterVolume / Volume, 0.0f, 1.5f), 0.0f, 1.5f, 8);
|
||||
message.WriteRangedSingle(MathHelper.Clamp(OxygenPercentage, 0.0f, 100.0f), 0.0f, 100.0f, 8);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user