fix bug in previous fix

This commit is contained in:
Cassandra de la Cruz-Munoz 2023-08-16 14:59:29 -04:00
parent 8105fb468f
commit da4d3a7175

View File

@ -113,7 +113,7 @@ namespace godotVmcSharp
case "/VMC/Ext/Remote": case "/VMC/Ext/Remote":
new VmcExtRemote(m); new VmcExtRemote(m);
break; break;
case "/VMC/Ext/Opt" case "/VMC/Ext/Opt":
new VmcExtOpt(m); new VmcExtOpt(m);
break; break;
} }