fix some doc strings

This commit is contained in:
TheSnoozer 2019-10-03 09:46:08 +02:00
parent 851f634fae
commit d4aa63d1d3
3 changed files with 5 additions and 5 deletions

View file

@ -535,7 +535,7 @@ namespace MinecraftClient
/// Disconnect from the server and restart the program
/// It will unload and reload all the bots and then reconnect to the server
/// </summary>
/// <param name="attempts">In case of failure, maximum extra attempts before aborting</param>
/// <param name="ExtraAttempts">In case of failure, maximum extra attempts before aborting</param>
/// <param name="delaySeconds">Optional delay, in seconds, before restarting</param>
protected void ReconnectToTheServer(int ExtraAttempts = 3, int delaySeconds = 0)
{