mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix SpamSum hashing
This commit is contained in:
@@ -818,7 +818,7 @@ namespace SabreTools.Library.DatItems
|
||||
break;
|
||||
|
||||
case Field.DatItem_SpamSum:
|
||||
key = null;
|
||||
key = Constants.SpamSumZero;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user