Fixed airlocks not autoclosing anymore.
AutoClose is true by default now.
This commit is contained in:
@@ -176,7 +176,7 @@ namespace Content.Server.Doors.Components
|
|||||||
/// Should this door automatically close if its been open for too long?
|
/// Should this door automatically close if its been open for too long?
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("autoClose")]
|
[DataField("autoClose")]
|
||||||
public bool AutoClose;
|
public bool AutoClose = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Default time that the door should take to pry open.
|
/// Default time that the door should take to pry open.
|
||||||
|
|||||||
4
Resources/Changelog/Parts/airlock.yml
Normal file
4
Resources/Changelog/Parts/airlock.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
author: Zumorica
|
||||||
|
changes:
|
||||||
|
- type: Fix # One of the following: Add, Remove, Tweak, Fix
|
||||||
|
message: Fix airlocks not auto-closing anymore.
|
||||||
Reference in New Issue
Block a user