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:
@@ -52,6 +52,7 @@ public abstract class SharedGasTankSystem : EntitySystem
|
||||
|
||||
ent.Comp.OutputPressure = pressure;
|
||||
Dirty(ent);
|
||||
UpdateUserInterface(ent);
|
||||
}
|
||||
|
||||
public virtual void UpdateUserInterface(Entity<GasTankComponent> ent)
|
||||
|
||||
Reference in New Issue
Block a user