mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-04 16:51: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];
|
||||
for (int index = 0; index <= 9; index++)
|
||||
{
|
||||
Properties[index] = $"Script Path {index}";
|
||||
Properties[index] = $"{index}";
|
||||
}
|
||||
return Properties;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue