diff --git a/MinecraftClient/ChatBots/ChatLog.cs b/MinecraftClient/ChatBots/ChatLog.cs index 436a90ed..8714f937 100644 --- a/MinecraftClient/ChatBots/ChatLog.cs +++ b/MinecraftClient/ChatBots/ChatLog.cs @@ -104,7 +104,7 @@ namespace MinecraftClient.ChatBots { if (saveInternal) { - save($"Internal {commandName}({commandParams}): {Result}"); + save(string.Format("Internal {0}({1}): {2}", commandName, commandParams, Result)); } }