Content packages & MD5 hash comparison between client and server
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user