From 4d0c047c639e890e708f7b654894cb5f37371bc5 Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Fri, 22 Nov 2024 22:52:22 -0500 Subject: [PATCH] Bump release --- .github/workflows/desktop-build.yml | 4 ---- cockatrice/src/client/game_logic/abstract_client.cpp | 2 -- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index ecb0adebc..99c05deee 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -277,10 +277,6 @@ jobs: asset_name: ${{steps.build.outputs.name}} run: gh release upload "$tag_name" "$asset_path#$asset_name" - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - build-windows: strategy: fail-fast: false diff --git a/cockatrice/src/client/game_logic/abstract_client.cpp b/cockatrice/src/client/game_logic/abstract_client.cpp index b09335fba..c186ae323 100644 --- a/cockatrice/src/client/game_logic/abstract_client.cpp +++ b/cockatrice/src/client/game_logic/abstract_client.cpp @@ -49,8 +49,6 @@ AbstractClient::AbstractClient(QObject *parent) qRegisterMetaType>("missingFeatures"); qRegisterMetaType("pendingCommand"); - - FeatureSet features; features.initalizeFeatureList(clientFeatures);