From 68b1d7b6ff3fda63639c9c6c6a605af1708086f3 Mon Sep 17 00:00:00 2001 From: JoKeRZH429 <83122870+JoKeRZH429@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:13:04 +0500 Subject: [PATCH] chore: Update remaining match page link to Strata --- .../Source/GameClient/GUI/GUICallbacks/Menus/ScoreScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ScoreScreen.cpp b/GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ScoreScreen.cpp index 1fa2b607aa4..16ac954465e 100644 --- a/GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ScoreScreen.cpp +++ b/GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ScoreScreen.cpp @@ -664,7 +664,7 @@ WindowMsgHandledType ScoreScreenSystem( GameWindow *window, UnsignedInt msg, #if defined(USE_TEST_ENV) strMatchURL.format("https://www.playgenerals.online/viewmatch?match=%" PRIu64 "&env=test", currentMatchID); #else - strMatchURL.format("https://www.playgenerals.online/viewmatch?match=%" PRIu64, currentMatchID); + strMatchURL.format("https://www.strata.gamereplays.org/zh/match/%" PRIu64, currentMatchID); #endif ShellExecuteA(NULL, "open", strMatchURL.str(), NULL, NULL, SW_SHOWNORMAL); }