More bugfixes

This commit is contained in:
Aareschluchtje
2015-10-02 11:30:27 +02:00
parent 4c1c113b05
commit a6152e4e58
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ namespace ErgometerLibrary
else
throw new FormatException("Error in NetCommend: " + com[1] + " is not a valid session.");
string[] args = new string[9];
string[] args = new string[com.Length-2];
for (int i = 2; i < com.Length; i++)
{
args[i - 2] = com[i];