mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Do not offer Gauntlet-style "Next Round" option when playing a single Sealed/Draft match vs. a specific opponent in mobile Forge.
This commit is contained in:
@@ -158,6 +158,7 @@ public class LoadDraftScreen extends LaunchScreen {
|
|||||||
pl.assignConspiracies();
|
pl.assignConspiracies();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FModel.getGauntletMini().resetGauntletDraft();
|
||||||
final HostedMatch hostedMatch = GuiBase.getInterface().hostMatch();
|
final HostedMatch hostedMatch = GuiBase.getInterface().hostMatch();
|
||||||
hostedMatch.startMatch(GameType.Draft, null, starter, human, GuiBase.getInterface().getNewGuiGame());
|
hostedMatch.startMatch(GameType.Draft, null, starter, human, GuiBase.getInterface().getNewGuiGame());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -151,6 +151,7 @@ public class LoadSealedScreen extends LaunchScreen {
|
|||||||
pl.assignConspiracies();
|
pl.assignConspiracies();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FModel.getGauntletMini().resetGauntletDraft();
|
||||||
final HostedMatch hostedMatch = GuiBase.getInterface().hostMatch();
|
final HostedMatch hostedMatch = GuiBase.getInterface().hostMatch();
|
||||||
hostedMatch.startMatch(GameType.Sealed, null, starter, human, GuiBase.getInterface().getNewGuiGame());
|
hostedMatch.startMatch(GameType.Sealed, null, starter, human, GuiBase.getInterface().getNewGuiGame());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user