Skip to content

Commit e3ad008

Browse files
committed
Preventing a avoidable Error message on the log.
1 parent c0fdfbb commit e3ad008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ModuleManager/MMPatchLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ private bool IsCacheUpToDate()
464464
logger.Info(" SHA = " + configSha);
465465

466466
useCache = false;
467-
try
467+
if (SHA_CONFIG.IsLoadable) try
468468
{
469469
SHA_CONFIG.Load();
470470
logger.Info("ConfigSHA loaded");

0 commit comments

Comments
 (0)