Add a news panel to each mod
This commit is contained in:
@@ -82,6 +82,9 @@ namespace OpenRA
|
||||
return elems.JoinWith(",");
|
||||
}
|
||||
|
||||
if (t == typeof(DateTime))
|
||||
return ((DateTime)v).ToString("yyyy-MM-dd HH-mm-ss", CultureInfo.InvariantCulture);
|
||||
|
||||
return v.ToString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user