forked from External/mage
* Cleanup of server memory handling - removed memory leaks for Chat, Player, Match, Game etc.
This commit is contained in:
parent
c7289a3810
commit
8491b5b90b
27 changed files with 255 additions and 129 deletions
|
|
@ -245,7 +245,7 @@ public class TableWaitingDialog extends MageDialog {
|
|||
|
||||
private void btnStartActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnStartActionPerformed
|
||||
if (!isTournament) {
|
||||
session.startGame(roomId, tableId);
|
||||
session.startMatch(roomId, tableId);
|
||||
}
|
||||
else {
|
||||
session.startTournament(roomId, tableId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue