diff --git a/Marionette.cs b/Marionette.cs index 1b12631..70cbb4f 100644 --- a/Marionette.cs +++ b/Marionette.cs @@ -113,7 +113,7 @@ namespace godotVmcSharp case "/VMC/Ext/Remote": new VmcExtRemote(m); break; - case "/VMC/Ext/Opt" + case "/VMC/Ext/Opt": new VmcExtOpt(m); break; }