We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e9338 commit 71d6e50Copy full SHA for 71d6e50
TarkovMonitor/TarkovTracker.cs
@@ -35,12 +35,7 @@ internal interface ITarkovTrackerAPI
35
{
36
AuthorizationHeaderValueGetter = (rq, cr) => {
37
return Task.Run<string>(() => {
38
- string token = GetToken(currentProfile);
39
- if (token == "") {
40
- throw new Exception("No PVE or PVP profile could be found, launch tarkov first");
41
- }
42
-
43
- return token;
+ return GetToken(currentProfile);
44
});
45
},
46
}
0 commit comments