mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Update TGS.Server github api user-agent
This commit is contained in:
@@ -957,7 +957,7 @@ namespace TGS.Server
|
||||
string json;
|
||||
using (var wc = new WebClient())
|
||||
{
|
||||
wc.Headers.Add("user-agent", "TGStationServerService");
|
||||
wc.Headers.Add("user-agent", "TGS.Server");
|
||||
json = wc.DownloadString(prAPI);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user