gefaalde poging om de chat te fixen take 1

This commit is contained in:
Aareschluchtje
2015-10-17 10:42:24 +02:00
parent 41a1ce5814
commit b337bb84b0
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -124,7 +124,7 @@ namespace ErgometerLibrary
{
Type = CommandType.LOGIN;
Session = session;
Timestamp = Helper.Now;
Timestamp = Helper.Now;//wtf is dit voor pure aids??????????
DisplayName = name;
IsDoctor = doctor;
@@ -142,7 +142,7 @@ namespace ErgometerLibrary
if (com[1].StartsWith("ses"))
session = int.Parse(com[1].Substring(3));
else
throw new FormatException("Error in NetCommend: " + com[1] + " is not a valid session.");
throw new FormatException("Error in NetCommand: " + com[1] + " is not a valid session.");
string[] args = new string[com.Length-2];
for (int i = 2; i < com.Length; i++)