diff --git a/Torch/Commands/TorchCommands.cs b/Torch/Commands/TorchCommands.cs index 3d487e5..e3affc8 100644 --- a/Torch/Commands/TorchCommands.cs +++ b/Torch/Commands/TorchCommands.cs @@ -154,7 +154,7 @@ namespace Torch.Commands { if (_restartPending) { - Context.Respond("A restart is already pending."). + Context.Respond("A restart is already pending."); return; }