diff --git a/Torch/Commands/CommandContext.cs b/Torch/Commands/CommandContext.cs index 85fa1f0..2f916f7 100644 --- a/Torch/Commands/CommandContext.cs +++ b/Torch/Commands/CommandContext.cs @@ -68,7 +68,7 @@ namespace Torch.Commands if (font == null) font = MyFontEnum.White; - chat?.SendMessageAsOther(sender, message, color, font: font); + chat?.SendMessageAsOther(sender, message, color, _steamIdSender, font); } public virtual void Respond(string message, string sender = null, string font = null)