diff --git a/ProjectLighthouse/Controllers/ResourcesController.cs b/ProjectLighthouse/Controllers/ResourcesController.cs index 1a36395b..1b645471 100644 --- a/ProjectLighthouse/Controllers/ResourcesController.cs +++ b/ProjectLighthouse/Controllers/ResourcesController.cs @@ -70,7 +70,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers return this.UnprocessableEntity(); } - string calculatedHash = HashHelper.Sha1Hash(file.Data); + string calculatedHash = HashHelper.Sha1Hash(file.Data).ToLower(); if (calculatedHash != hash) { Logger.Log