Skip to content

Commit

Permalink
RegionFix
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Jun 2, 2015
1 parent 7d2994e commit d05a55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwAPI/Readers/RegionReader.cs
Expand Up @@ -51,7 +51,7 @@ public void SaveAsText(string path)
using (var wr = new StreamWriter(path, false, Encoding.GetEncoding(1200)))
{
wr.WriteLine("version 5");
wr.WriteLine("1312962951");
wr.WriteLine(Region.TimeStamp);
wr.WriteLine();
foreach (var region in Region.Regions)
{
Expand Down

0 comments on commit d05a55f

Please sign in to comment.