Fix misprediction of emergency access (#25973)

The EmergencyAccess bool on the AirlockComponent would not get synced to the client
This commit is contained in:
nikthechampiongr
2024-03-11 03:50:09 +02:00
committed by GitHub
parent f9bb70aea1
commit deac5a6842
2 changed files with 2 additions and 1 deletions

View File

@@ -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>