mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-05 09:11:38 -05:00
Fix getting selected script
This commit is contained in:
parent
f43fbf666e
commit
c0c2b5f955
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace ScriptRunner
|
||||||
string[] Properties = new string[10];
|
string[] Properties = new string[10];
|
||||||
for (int index = 0; index <= 9; index++)
|
for (int index = 0; index <= 9; index++)
|
||||||
{
|
{
|
||||||
Properties[index] = $"Script Path {index}";
|
Properties[index] = $"{index}";
|
||||||
}
|
}
|
||||||
return Properties;
|
return Properties;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue