Bugfix
This commit is contained in:
Binary file not shown.
@@ -114,7 +114,6 @@ namespace ErgometerApplication
|
|||||||
{
|
{
|
||||||
NetHelper.SendNetCommand(Doctor, new NetCommand(NetCommand.CommandType.LOGOUT, Session));
|
NetHelper.SendNetCommand(Doctor, new NetCommand(NetCommand.CommandType.LOGOUT, Session));
|
||||||
Loggedin = false;
|
Loggedin = false;
|
||||||
Doctor.Close();
|
|
||||||
running = false;
|
running = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -141,6 +140,8 @@ namespace ErgometerApplication
|
|||||||
ParseCommand(command);
|
ParseCommand(command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Doctor.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void ParseCommand(NetCommand command)
|
private static void ParseCommand(NetCommand command)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user