From 7ebb46ef0ced34d9e5d777693144d305f975d837 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 28 Jun 2018 15:39:09 -0400 Subject: [PATCH] Remove useless comment --- src/Tgstation.Server.Host/Components/IDreamDaemonExecutor.cs | 1 - 1 file changed, 1 deletion(-) 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);