forked from External/mage
* Draft - Added "Quit Tournament" button to draft panel. Minor formatting.
This commit is contained in:
parent
024ec1169a
commit
8d2f4cc9ac
26 changed files with 340 additions and 157 deletions
|
|
@ -147,7 +147,7 @@ public class TournamentSession {
|
|||
}
|
||||
}
|
||||
|
||||
public void removeTournament() {
|
||||
public void removeTournamentForUser() {
|
||||
User user = UserManager.getInstance().getUser(userId);
|
||||
if (user != null) {
|
||||
user.removeTournament(playerId);
|
||||
|
|
@ -163,7 +163,7 @@ public class TournamentSession {
|
|||
}
|
||||
|
||||
void tournamentOver() {
|
||||
//TODO: implement this
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue