avoid misleading no sync report available messages

This commit is contained in:
Matthias Mailänder
2013-09-29 21:29:17 +02:00
parent 5591154ae7
commit f4a8a99d87

View File

@@ -196,11 +196,12 @@ namespace OpenRA.Network
foreach (var f in e.Fields)
Log.Write("sync", "\t\t {0}: {1}".F(f.Key, f.Value));
}
return;
}
Log.Write("sync", "No sync report available!");
}
Log.Write("sync", "No sync report available!");
}
class Report