Skip to content

Commit 7bd8b60

Browse files
committed
Patching Core locked Overwolf.Extensions.dll and one more file
1 parent 45ad7b9 commit 7bd8b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OverwolfInsiderPatcher/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ static void Main()
306306
TypeDefinition overwolfExtensionsValidation = overwolfExtensions.MainModule.GetType("Overwolf.Extensions.Validation.ConentVerifiyJob");
307307
if (overwolfExtensionsValidation != null)
308308
{
309-
Console.WriteLine("|| Overwolf.Extensions.Validation.ConentVerifiyJob type found! ||");
309+
Console.WriteLine("|| Overwolf.Extensions.Validation.ConentVerifyJob type found! ||");
310310
List<MethodDefinition> VerifyFileSyncMethods = overwolfExtensionsValidation.Methods.Where(x => x.Name == "VerifyFileSync").ToList();
311311
if (VerifyFileSyncMethods.Count == 0)
312312
{

0 commit comments

Comments
 (0)