mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
Update StationGoalPaperSystem.cs
This commit is contained in:
@@ -190,7 +190,7 @@ namespace Content.Server.Corvax.StationGoal
|
||||
|
||||
public string FormatStringToGoalContent(string content, string station)
|
||||
{
|
||||
var dateString = DateTime.Now.AddYears(1000).ToString("dd.MM.yyyy");
|
||||
var dateString = DateTime.Now.AddYears(172).ToString("dd.MM.yyyy");
|
||||
|
||||
var toReplace = new Dictionary<string, string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user