From 8748315a40b39bcaf9c145667bf07bae089af4ad Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Sat, 17 Oct 2015 16:56:35 +0200 Subject: [PATCH] Removed profanity --- ErgometerLibrary/NetCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ErgometerLibrary/NetCommand.cs b/ErgometerLibrary/NetCommand.cs index ac82bc9..ca694ba 100644 --- a/ErgometerLibrary/NetCommand.cs +++ b/ErgometerLibrary/NetCommand.cs @@ -124,7 +124,7 @@ namespace ErgometerLibrary { Type = CommandType.LOGIN; Session = session; - Timestamp = Helper.Now;//wtf is dit voor pure aids?????????? + Timestamp = Helper.Now; DisplayName = name; IsDoctor = doctor;