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