Revert "Add "Restart" button for multiplayer replays"

This reverts commit 3a377a572c.
This commit is contained in:
Paul Chote
2018-08-12 17:13:38 +01:00
committed by reaperrr
parent ba231636f5
commit 1bfe70e923

View File

@@ -97,7 +97,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
var iop = world.WorldActor.TraitsImplementing<IObjectivesPanel>().FirstOrDefault();
var exitDelay = iop != null ? iop.ExitDelay : 0;
if (world.IsReplay || world.LobbyInfo.NonBotClients.Count() == 1)
if (world.LobbyInfo.NonBotClients.Count() == 1)
{
restartAction = () =>
{