mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Rename Result to result to be compliant.
This commit is contained in:
parent
bb5ea0280a
commit
5fdbff94c7
1 changed files with 2 additions and 2 deletions
|
|
@ -100,11 +100,11 @@ namespace MinecraftClient.ChatBots
|
|||
}
|
||||
}
|
||||
|
||||
public override void OnInternalCommand(string commandName,string commandParams, string Result)
|
||||
public override void OnInternalCommand(string commandName,string commandParams, string result)
|
||||
{
|
||||
if (saveInternal)
|
||||
{
|
||||
save(string.Format("Internal {0}({1}): {2}", commandName, commandParams, Result));
|
||||
save(string.Format("Internal {0}({1}): {2}", commandName, commandParams, result));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue