Content packages & MD5 hash comparison between client and server

This commit is contained in:
Regalis
2015-07-20 21:27:44 +03:00
parent 4aa3d9d7ee
commit 326b46cf18
45 changed files with 1217 additions and 158 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ namespace Subsurface
}
hash = new Md5Hash(doc);
doc.Root.Add(new XAttribute("md5hash", hash.MD5Hash));
doc.Root.Add(new XAttribute("md5hash", hash.Hash));
try
{