Fix IDE0053
This commit is contained in:
committed by
Pavel Penev
parent
37afd6094e
commit
939f715e3c
@@ -336,7 +336,7 @@ namespace OpenRA.Server
|
||||
|
||||
if (Settings.RecordReplays && Type == ServerType.Dedicated)
|
||||
{
|
||||
recorder = new ReplayRecorder(() => { return Game.TimestampedFilename(extra: "-Server"); });
|
||||
recorder = new ReplayRecorder(() => Game.TimestampedFilename(extra: "-Server"));
|
||||
|
||||
// We only need one handshake to initialize the replay.
|
||||
// Add it now, then ignore the redundant handshakes from each client
|
||||
|
||||
Reference in New Issue
Block a user