From 373e74c080478c5f2d4749bd853d84d984eef5f8 Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Mon, 14 Jul 2025 19:04:50 +0200 Subject: [PATCH] Switch to different port for aquiring Twitch tokens --- plugins/twitch/token.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/twitch/token.cpp b/plugins/twitch/token.cpp index 07bb4f5d..2f020b07 100644 --- a/plugins/twitch/token.cpp +++ b/plugins/twitch/token.cpp @@ -13,7 +13,7 @@ namespace advss { -static const int tokenGrabberPort = 8080; +static const int tokenGrabberPort = 42171; static std::deque> twitchTokens;