We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967a8fb commit d94fa77Copy full SHA for d94fa77
1 file changed
VoiceAttackResponder/VoiceAttackResponder.cs
@@ -54,11 +54,9 @@ public bool Start()
54
// Initialize responder mode: subscribe to EDDI events and set up VoiceAttack variable synchronization
55
VoiceAttackResponderMode.InitializeAsync().SafeFireAndForget(
56
ex => Logging.Error( "Failed to initialize VoiceAttack responder mode", ex ) );
57
-
58
- return true;
59
}
60
61
- return false;
+ return true;
62
63
64
public void Stop ()
0 commit comments