Fix misprediction of emergency access (#25973)
The EmergencyAccess bool on the AirlockComponent would not get synced to the client
This commit is contained in:
@@ -21,7 +21,7 @@ public sealed partial class AirlockComponent : Component
|
||||
public bool Safety = true;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField]
|
||||
[DataField, AutoNetworkedField]
|
||||
public bool EmergencyAccess = false;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user