Correct launch parameters documentation comments

This commit is contained in:
Jordan Brown
2022-08-11 12:15:14 -04:00
parent 30f2d9aa8d
commit 61726323ee
@@ -32,12 +32,12 @@ namespace Tgstation.Server.Host.Components.Watchdog
Models.CompileJob ActiveCompileJob { get; }
/// <summary>
/// The <see cref="DreamDaemonLaunchParameters"/> the active server is using.
/// The <see cref="DreamDaemonLaunchParameters"/> to be applied.
/// </summary>
DreamDaemonLaunchParameters ActiveLaunchParameters { get; }
/// <summary>
/// The <see cref="DreamDaemonLaunchParameters"/> to be applied.
/// The <see cref="DreamDaemonLaunchParameters"/> the active server is using.
/// </summary>
DreamDaemonLaunchParameters LastLaunchParameters { get; }