Skip to content

Commit 7b7c33a

Browse files
committed
code fix
1 parent fbd2b9f commit 7b7c33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Menu/Buttons.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ public static class Buttons
11051105
new ButtonInfo { buttonText = "Low Pitch Microphone", method =() => Fun.SetMicrophonePitch(0.5f), disableMethod =() => Fun.SetMicrophonePitch(1f), toolTip = "Makes your microphone low pitched."},
11061106
new ButtonInfo { buttonText = "Very Low Pitch Microphone", method =() => Fun.SetMicrophonePitch(0.01f), disableMethod =() => Fun.SetMicrophonePitch(1f), toolTip = "Makes your microphone very very low pitched."},
11071107

1108-
new ButtonInfo { buttonText = "Reload Microphone", aliases = ["Restart Microphone"], method = Fun.ReloadMicrophone, isTogglable = false, toolTip = "Restarts / fixes your microphone."},
1108+
new ButtonInfo { buttonText = "Reload Microphone", aliases = new[] { "Restart Microphone" }, method = Fun.ReloadMicrophone, isTogglable = false, toolTip = "Restarts / fixes your microphone."},
11091109

11101110
new ButtonInfo { buttonText = "Microphone Feedback", method =() => Fun.SetDebugEchoMode(true), disableMethod =() => Fun.SetDebugEchoMode(false), toolTip = "Plays sound coming through your microphone back to your speakers."},
11111111
new ButtonInfo { buttonText = "Copy Voice Gun", method = Fun.CopyVoiceGun, disableMethod = Fun.DisableCopyVoice, toolTip = "Copies the voice of whoever your hand desires."},

0 commit comments

Comments
 (0)