Merge pull request #817 from Enerdy/general-devel

Update updateUrl, add update file
This commit is contained in:
MarioE 2014-07-04 21:04:05 -04:00
commit 3021575ad5
2 changed files with 5 additions and 1 deletions

View file

@ -26,7 +26,7 @@ namespace TShockAPI
{
internal class UpdateManager
{
private static string updateUrl = "http://shankshock.com/tshock-update.json";
private static string updateUrl = "https://github.com/NyxStudios/TShock/blob/general-devel/tshock_update.json?raw=true";
public static DateTime lastcheck = DateTime.MinValue;
/// <summary>