sync with upstreaom #2

Open
goatzone wants to merge 620 commits from liza/Questionable:master into master
Showing only changes of commit cd2d85269b - Show all commits

View File

@ -15,7 +15,7 @@ internal sealed class AutomatonIpc
{ {
_logger = logger; _logger = logger;
_isTweakEnabled = pluginInterface.GetIpcSubscriber<string, bool>("Automaton.IsTweakEnabled"); _isTweakEnabled = pluginInterface.GetIpcSubscriber<string, bool>("Automaton.IsTweakEnabled");
logger.LogWarning("Automaton x {IsTweakEnabled}", IsAutoSnipeEnabled); logger.LogInformation("Automaton auto-snipe enabled: {IsTweakEnabled}", IsAutoSnipeEnabled);
} }
public bool IsAutoSnipeEnabled public bool IsAutoSnipeEnabled