fix bug with getype

This commit is contained in:
onyx-and-iris 2022-10-30 01:31:32 +01:00
parent 589563f7de
commit 2cfc3958a2

View File

@ -32,15 +32,15 @@ class Remote {
} }
[string] ToString() { [string] ToString() {
return "Voicemeeter " + $this.kind.name.substring(0,1).toupper() + $this.kind.name.substring(1) return "Voicemeeter " + $this.kind.name.substring(0, 1).toupper() + $this.kind.name.substring(1)
} }
[void] Logout() { [void] Logout() {
Logout Logout
} }
[void] GetType() { [string] GetType() {
VmType return VmType
} }
[String] GetVersion() { [String] GetVersion() {