mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Code cleanup
This commit is contained in:
@@ -22,7 +22,7 @@ import forge.view.SpellAbilityView;
|
||||
public interface IMatchController {
|
||||
void startNewMatch(Match match);
|
||||
boolean resetForNewGame();
|
||||
void openView(List<Player> sortedPlayers, int humanCount);
|
||||
void openView(List<Player> sortedPlayers);
|
||||
void afterGameEnd();
|
||||
void showCombat(CombatView combat);
|
||||
void showPromptMessage(PlayerView playerView, String message);
|
||||
|
||||
@@ -194,7 +194,7 @@ public class MatchUtil {
|
||||
}
|
||||
}
|
||||
|
||||
controller.openView(sortedPlayers, humanCount);
|
||||
controller.openView(sortedPlayers);
|
||||
|
||||
if (humanCount == 0) {
|
||||
playbackControl = new FControlGamePlayback(GuiBase.getInterface(), getGameView());
|
||||
|
||||
Reference in New Issue
Block a user