Update updateUrl, add update file
This commit is contained in:
parent
36594e7fe4
commit
0f236742d9
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
4
tshock_update.json
Normal file
4
tshock_update.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"version": "4.2.3.0702",
|
||||
"changes": "Latest release containing new features and bugfixes.\nhttp://tshock.co/xf/index.php?threads/tshock-4-2-3-for-terraria-1-2-4-1.2993/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue