mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
url changes
- updated http urls to https when possible.
This commit is contained in:
parent
11c411a557
commit
c79ec023d8
23 changed files with 134 additions and 101 deletions
|
|
@ -321,7 +321,7 @@ namespace ServerManagerTool.Lib.Model
|
|||
|
||||
public string MapName { get; set; }
|
||||
|
||||
public string ModUrl => $"http://steamcommunity.com/sharedfiles/filedetails/?id={ModId}";
|
||||
public string ModUrl => $"https://steamcommunity.com/sharedfiles/filedetails/?id={ModId}";
|
||||
|
||||
public string TimeUpdatedString => TimeUpdated <= 0 ? string.Empty : ModUtils.UnixTimeStampToDateTime(TimeUpdated).ToString();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue