diff --git a/VACS.cs b/VACS.cs
index affb300ae35d7634fb8e2805892981c6254c706f..fc81b9c0fd8a81f8571ba858b44cc94dbda8513e 100644
--- a/VACS.cs
+++ b/VACS.cs
@@ -178,7 +178,7 @@ namespace VA
         {
             NativeSetSoundSourceEnabled(_NetClient, iSoundSourceID, bEnabled);
         }
-        public void SetListenerEnabled(, int iListenerID, bool bEnabled)
+        public void SetListenerEnabled(int iListenerID, bool bEnabled)
         {
             NativeSetListenerEnabled(_NetClient, iListenerID, bEnabled);
         }