Bugfix
This commit is contained in:
Binary file not shown.
@@ -135,7 +135,7 @@ namespace ErgometerApplication
|
|||||||
{
|
{
|
||||||
while(running)
|
while(running)
|
||||||
{
|
{
|
||||||
if(Doctor.Available > 0)
|
if(Doctor.Connected && Doctor.Available > 0)
|
||||||
{
|
{
|
||||||
NetCommand command = NetHelper.ReadNetCommand(Doctor);
|
NetCommand command = NetHelper.ReadNetCommand(Doctor);
|
||||||
ParseCommand(command);
|
ParseCommand(command);
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user