Fix uitleg netcommand
This commit is contained in:
@@ -83,6 +83,8 @@ namespace ErgometerLibrary
|
||||
Type = CommandType.UITLEG;
|
||||
Session = session;
|
||||
Timestamp = Helper.Now;
|
||||
|
||||
UitlegText = uitlegtext;
|
||||
}
|
||||
|
||||
//SESSIONDATA
|
||||
|
||||
@@ -82,6 +82,9 @@ namespace ErgometerServer
|
||||
case NetCommand.CommandType.UITLEG:
|
||||
server.SendToDoctor(input);
|
||||
break;
|
||||
case NetCommand.CommandType.TESTRESULT:
|
||||
FileHandler.SaveTestResult(input, session);
|
||||
break;
|
||||
case NetCommand.CommandType.DATA:
|
||||
if (loggedin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user