Merge AutoFishing's config

This commit is contained in:
BruceChen 2022-10-05 20:00:27 +08:00
parent 642a85661f
commit 48fcdce4ad
4 changed files with 16 additions and 7 deletions

View file

@ -28,7 +28,7 @@ namespace MinecraftClient.ChatBots
[TomlInlineComment("$config.ChatBot.AutoRelog.Ignore_Kick_Message$")]
public bool Ignore_Kick_Message = false;
[TomlInlineComment("$config.ChatBot.AutoRelog.Kick_Messages$")]
[TomlPrecedingComment("$config.ChatBot.AutoRelog.Kick_Messages$")]
public string[] Kick_Messages = new string[] { "Connection has been lost", "Server is restarting", "Server is full", "Too Many people" };
public void OnSettingUpdate()