Skip to content

Commit d94fa77

Browse files
committed
Not a VoiceAttack responder failure so we shouldn't act like it is.
1 parent 967a8fb commit d94fa77

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

VoiceAttackResponder/VoiceAttackResponder.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ public bool Start()
5454
// Initialize responder mode: subscribe to EDDI events and set up VoiceAttack variable synchronization
5555
VoiceAttackResponderMode.InitializeAsync().SafeFireAndForget(
5656
ex => Logging.Error( "Failed to initialize VoiceAttack responder mode", ex ) );
57-
58-
return true;
5957
}
6058

61-
return false;
59+
return true;
6260
}
6361

6462
public void Stop ()

0 commit comments

Comments
 (0)