Skip to content

Commit 19da1ce

Browse files
committed
chore: Update view match online url to Strata
1 parent b7cfeaf commit 19da1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus

GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ScoreScreen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ void initInternetMultiPlayer(void)
12121212
#if defined(USE_TEST_ENV)
12131213
strMatchURL.format(L"\nView match data, participants, replays, anti-cheat data: https://www.playgenerals.online/viewmatch?match=%" PRIu64 "&env=test", lobby.match_id);
12141214
#else
1215-
strMatchURL.format(L"\nView match data, participants, replays, anti-cheat data: https://www.playgenerals.online/viewmatch?match=%" PRIu64, lobby.match_id);
1215+
strMatchURL.format(L"\nView match data, participants, replays, anti-cheat data: https://www.strata.gamereplays.org/zh/match/%" PRIu64, lobby.match_id);
12161216
#endif
12171217

12181218
buttonContinue->winSetText(UnicodeString(L"VIEW MATCH ONLINE"));

0 commit comments

Comments
 (0)