fix: фикс света дверей

This commit is contained in:
Remuchi
2024-01-27 19:09:42 +07:00
parent 62145432f0
commit 117c4cbed1
3 changed files with 35 additions and 26 deletions

View File

@@ -72,8 +72,8 @@ public sealed partial class AirlockComponent : Component
/// <summary>
/// Whether the door lights should be visible.
/// </summary>
[DataField]
public bool OpenUnlitVisible = false;
[DataField("openUnlitVisible")]
public bool OpenUnlitVisible = true;
/// <summary>
/// Whether the door should display emergency access lights.