From da4d3a7175788ddfaa8366bfdb525e4706982cc1 Mon Sep 17 00:00:00 2001 From: Cassandra de la Cruz-Munoz Date: Wed, 16 Aug 2023 14:59:29 -0400 Subject: [PATCH] fix bug in previous fix --- Marionette.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }