forked from liza/Questionable
sync with upstreaom #2
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…
x
Reference in New Issue
Block a user