diff --git a/src/Tgstation.Server.Host/Components/IDreamDaemonExecutor.cs b/src/Tgstation.Server.Host/Components/IDreamDaemonExecutor.cs
index 8e2e44555a..b4cbe33837 100644
--- a/src/Tgstation.Server.Host/Components/IDreamDaemonExecutor.cs
+++ b/src/Tgstation.Server.Host/Components/IDreamDaemonExecutor.cs
@@ -16,7 +16,6 @@ namespace Tgstation.Server.Host.Components
/// The for the .dmb to run
/// The value of the -params command line option
/// If the field of should be used
- /// If the field of should be used
/// A new
IDreamDaemonSession RunDreamDaemon(DreamDaemonLaunchParameters launchParameters, string dreamDaemonPath, IDmbProvider dmbProvider, string parameters, bool useSecondaryPort, bool useSecondaryDirectory);