Refactor identity check error message

Simplify the log message for identity not found in the manifest by combining it with the hash usage statement. This improves readability and reduces redundancy in the code.
This commit is contained in:
Sandro642 2024-10-26 16:28:10 +02:00
parent 33788d4086
commit 84b4ba91ed

View File

@ -218,8 +218,7 @@ waintingLaunchingGame = "Waiting for game window..."
[js.landing.dlAsync.AthShield]
distributionIdentityError = "Expected Identity from Distribution for {moduleName}: {moduleIdentity}."
modIdentityExtraction = "Extracting identity for mod at: {filePath}."
manifestIdentityFound = "Found identity in manifest for {filePath}: {identityLine}"
identityNotFoundInManifest = "No identity found in manifest for {filePath}, using hash: {hash}"
identityNotFoundUsingHash = "No identity found in manifest for {filePath}, using hash: {hash}"
startingModValidation = "Starting mod validation..."
modValidationBypassed = "Skipping validation for excluded mod: {mod}"
validatingMod = "Validating mod: {mod}"