mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix compilation error
This commit is contained in:
parent
7bbcbfdbb3
commit
f56956523f
@ -21,7 +21,6 @@ namespace Wabbajack.Lib
|
||||
|
||||
public static async ValueTask<string> GetMetricsKey()
|
||||
{
|
||||
TOP:
|
||||
using var _ = await _creationLock.WaitAsync();
|
||||
if (!Utils.HaveEncryptedJson(Consts.MetricsKeyHeader))
|
||||
{
|
||||
@ -72,7 +71,7 @@ namespace Wabbajack.Lib
|
||||
{
|
||||
// Probably an encryption error
|
||||
await Utils.DeleteEncryptedJson(Consts.MetricsKeyHeader);
|
||||
goto TOP;
|
||||
return await GetMetricsKey();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user