Add build instructions

Instructions from #866
This commit is contained in:
ORelio 2020-03-28 00:00:46 +01:00
parent 00112e4c6a
commit 90c6e776e1
2 changed files with 23 additions and 1 deletions

View file

@ -239,7 +239,7 @@ namespace MinecraftClient
/// Perform an internal MCC command (not a server command, use SendText() instead for that!)
/// </summary>
/// <param name="command">The command to process</param>
/// <param name="localVars">Local variables passed along with the script</param>
/// <param name="localVars">Local variables passed along with the internal command</param>
/// <returns>TRUE if the command was indeed an internal MCC command</returns>
new public bool PerformInternalCommand(string command, Dictionary<string, object> localVars = null)
{