fix bug in previous fix
This commit is contained in:
parent
8105fb468f
commit
da4d3a7175
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user