默认无法反击,增加允许反击状态
This commit is contained in:
@@ -117,10 +117,10 @@ namespace TcgEngine
|
||||
return false;
|
||||
}
|
||||
|
||||
Debug.Log($"版本匹配,开始检查MD5校验... 当前版本: {currentVersion} 目标版本: {targetVersion} 当前MD5: {currentMd5} 目标MD5: {targetMd5}");
|
||||
|
||||
string localMd5 = await CalculateDirectoryMd5(spritesPath);
|
||||
|
||||
Debug.Log($"版本匹配,开始检查MD5校验... 当前版本: {currentVersion} 目标版本: {targetVersion} 当前MD5: {localMd5} 目标MD5: {targetMd5}");
|
||||
|
||||
if (localMd5 != targetMd5)
|
||||
{
|
||||
Debug.Log("MD5校验失败,正在删除损坏的文件并重新下载...");
|
||||
|
||||
Reference in New Issue
Block a user