diff --git a/lib/command.ps1 b/lib/command.ps1 index 9ea76b9..14009b9 100644 --- a/lib/command.ps1 +++ b/lib/command.ps1 @@ -9,7 +9,7 @@ class Special : IRemote { [void] Launch() { 'Launching Voicemeeter audio engine and GUI' | Write-Verbose - RunVm -kindId $this.kind.name + RunVm -kindId $this.remote.kind.name } [void] RunMacrobuttons() {