Fix constructor for GauntletMini

This commit is contained in:
elcnesh
2015-04-30 10:07:34 +00:00
parent 0ab47360b2
commit d0ffa1c4e3

View File

@@ -50,13 +50,6 @@ public class GauntletMini {
private List<RegisteredPlayer> aiOpponents = new ArrayList<RegisteredPlayer>();
public GauntletMini() {
}
// private final String humanName;
/**
* TODO: Write javadoc for Constructor.
*/
public void gauntletMini() {
currentRound = 1;
gauntletDraft = false;
wins = 0;