Update StationGoalPaperSystem.cs

This commit is contained in:
mosleyos
2024-11-28 19:24:30 +03:00
committed by GitHub
parent c3df43119c
commit 0597aa8446

View File

@@ -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>();