Only save a syncreport.log when a desync occurs.

This commit is contained in:
Matthias Mailänder
2016-09-05 21:59:50 +02:00
parent c9474a857a
commit 66f4db93c1
2 changed files with 1 additions and 1 deletions

View File

@@ -260,7 +260,6 @@ namespace OpenRA
Log.AddChannel("perf", "perf.log");
Log.AddChannel("debug", "debug.log");
Log.AddChannel("sync", "syncreport.log");
Log.AddChannel("server", "server.log");
Log.AddChannel("sound", "sound.log");
Log.AddChannel("graphics", "graphics.log");