Revert "Add "Restart" button for multiplayer replays"
This reverts commit 3a377a572c.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
|||||||
var iop = world.WorldActor.TraitsImplementing<IObjectivesPanel>().FirstOrDefault();
|
var iop = world.WorldActor.TraitsImplementing<IObjectivesPanel>().FirstOrDefault();
|
||||||
var exitDelay = iop != null ? iop.ExitDelay : 0;
|
var exitDelay = iop != null ? iop.ExitDelay : 0;
|
||||||
|
|
||||||
if (world.IsReplay || world.LobbyInfo.NonBotClients.Count() == 1)
|
if (world.LobbyInfo.NonBotClients.Count() == 1)
|
||||||
{
|
{
|
||||||
restartAction = () =>
|
restartAction = () =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user