Delete MinecraftClient.ini

This commit is contained in:
BruceChen 2022-10-05 15:39:42 +08:00
parent 16c1d1fd77
commit e4952dbee0
13 changed files with 46 additions and 362 deletions

View file

@ -29,6 +29,8 @@ namespace MinecraftClient.ChatBots
public void OnSettingUpdate()
{
Log_File ??= string.Empty;
if (!Enabled) return;
string Log_File_Full = Settings.Config.AppVar.ExpandVars(Log_File);