Update TGS.Server github api user-agent

This commit is contained in:
Cyberboss
2017-11-13 11:02:13 -05:00
parent 21d0313277
commit 168384135f
+1 -1
View File
@@ -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);
}