Predict doors and airlocks (#25419)
* predict doors and airlocks * prying, too * ack * eek
This commit is contained in:
@@ -620,13 +620,6 @@ public sealed class WiresSystem : SharedWiresSystem
|
||||
}
|
||||
}
|
||||
|
||||
public void ChangePanelVisibility(EntityUid uid, WiresPanelComponent component, bool visible)
|
||||
{
|
||||
component.Visible = visible;
|
||||
UpdateAppearance(uid, component);
|
||||
Dirty(uid, component);
|
||||
}
|
||||
|
||||
public void SetWiresPanelSecurity(EntityUid uid, WiresPanelSecurityComponent component, WiresPanelSecurityEvent args)
|
||||
{
|
||||
component.Examine = args.Examine;
|
||||
|
||||
Reference in New Issue
Block a user