Fix AutoRelog

This commit is contained in:
BruceChen 2022-10-12 13:03:57 +08:00
parent dee085686f
commit d222d5f683
10 changed files with 16 additions and 16 deletions

View file

@ -18,7 +18,7 @@ namespace MinecraftClient.ChatBots
public bool Enabled = false;
[TomlInlineComment("$config.ChatBot.FollowPlayer.Update_Limit$")]
public double Update_Limit = 1;
public double Update_Limit = 1.5;
[TomlInlineComment("$config.ChatBot.FollowPlayer.Stop_At_Distance$")]
public double Stop_At_Distance = 3.0;