Change log level for automaton IPC

This commit is contained in:
Liza 2024-12-27 17:48:26 +01:00
parent 1578c5d197
commit cd2d85269b
Signed by: liza
GPG Key ID: 2C41B84815CF6445

View File

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