This commit is contained in:
2015-11-03 17:56:04 +01:00
parent d48471ea34
commit 60e96d5d62
@@ -166,7 +166,7 @@ namespace ErgometerApplication
Metingen.Add(m);
if (Doctor.Connected)
if (Doctor != null && Doctor.Connected)
{
NetHelper.SendNetCommand(Doctor, new NetCommand(m, Session));
}