From dd598c4255648ae27d44cfcd2c5383b3bc2b49e2 Mon Sep 17 00:00:00 2001 From: GP Date: Mon, 20 May 2024 15:36:38 -0500 Subject: [PATCH] Updated GA files --- .github/workflows/create-bundle-templates.yml | 19 ------------------- godotsteam_server.cpp | 2 -- 2 files changed, 21 deletions(-) diff --git a/.github/workflows/create-bundle-templates.yml b/.github/workflows/create-bundle-templates.yml index 25b364e..2b0b557 100644 --- a/.github/workflows/create-bundle-templates.yml +++ b/.github/workflows/create-bundle-templates.yml @@ -81,25 +81,6 @@ jobs: name: linux-steam path: files - # Server templates and Steam redistributable - - name: Download Server ${{ inputs.is_mono && 'Mono ' || '' }}Release Template - uses: actions/download-artifact@v4 - with: - name: linux-server-${{ inputs.is_mono && 'mono-' || '' }}release-template - path: files - - - name: Download Server ${{ inputs.is_mono && 'Mono ' || '' }}Debug Template - uses: actions/download-artifact@v4 - with: - name: linux-server-${{ inputs.is_mono && 'mono-' || '' }}debug-template - path: files - - - name: Download Linux Steam Redistributable - uses: actions/download-artifact@v4 - with: - name: linux-steam - path: files - # Mac templates - name: Download MacOS ${{ inputs.is_mono && 'Mono ' || '' }}Template App uses: actions/download-artifact@v4 diff --git a/godotsteam_server.cpp b/godotsteam_server.cpp index 43816a1..620d5cb 100644 --- a/godotsteam_server.cpp +++ b/godotsteam_server.cpp @@ -5362,7 +5362,5 @@ SteamServer::~SteamServer() { if (is_init_success) { SteamGameServer_Shutdown(); } - - // Clear app ID, and singleton variables //// singleton = NULL; }