Wrong epoch

This commit is contained in:
UnknownShadow200 2016-11-18 18:30:50 +11:00
parent 555845444d
commit 9c655dab19

View File

@ -30,7 +30,7 @@ namespace MCGalaxy.DB {
public string MapName; public string MapName;
/// <summary> Base point in time that all time deltas are offset from.</summary> /// <summary> Base point in time that all time deltas are offset from.</summary>
public static DateTime Epoch = new DateTime(2000, 1, 1, 1, 1, 1, DateTimeKind.Utc); public static DateTime Epoch = new DateTime(2010, 1, 1, 0, 0, 0, DateTimeKind.Utc);
/// <summary> The path of this BlockDB's backing file on disc. </summary> /// <summary> The path of this BlockDB's backing file on disc. </summary>
public string FilePath { get { return "blockdb/" + MapName + ".cbdb"; } } public string FilePath { get { return "blockdb/" + MapName + ".cbdb"; } }