135136137138139140141142143144145
i = JOptionPane.showConfirmDialog(null, "Deseja continuar o jogo salvo?"); if(i == 0){ gj.executarSistema(5); } else{ cx.desativaPartida(nomeJogador); gj.executarSistema(1); } } else{ gj.executarSistema(1);