mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Get rid of String interpolation, replace with string format.
This commit is contained in:
parent
2fdb89c11a
commit
bb5ea0280a
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ namespace MinecraftClient.ChatBots
|
|||
{
|
||||
if (saveInternal)
|
||||
{
|
||||
save($"Internal {commandName}({commandParams}): {Result}");
|
||||
save(string.Format("Internal {0}({1}): {2}", commandName, commandParams, Result));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue