Make gas tank UI a bit more network-happy (#38184)
* fix: network gas tank output pressure * fix: don't overwrite gas tank output pressure during editing
This commit is contained in:
@@ -44,7 +44,7 @@ public sealed partial class GasTankComponent : Component, IGasMixtureHolder
|
||||
/// <summary>
|
||||
/// Distributed pressure.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
[DataField, AutoNetworkedField]
|
||||
public float OutputPressure = DefaultOutputPressure;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user