Change log level for automaton IPC
This commit is contained in:
parent
1578c5d197
commit
cd2d85269b
2
Questionable/External/AutomatonIpc.cs
vendored
2
Questionable/External/AutomatonIpc.cs
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user