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?
|
||||
/// </summary>
|
||||
[DataField("autoClose")]
|
||||
public bool AutoClose;
|
||||
public bool AutoClose = true;
|
||||
|
||||
/// <summary>
|
||||
/// Default time that the door should take to pry open.
|
||||
|
||||
Reference in New Issue
Block a user