Skip to content

Commit

Permalink
overwrite liv bridge dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Apr 26, 2022
1 parent 72f5910 commit a5e10d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions GorillaTagLIVPreload/Preload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ public static void Patch(AssemblyDefinition assembly)
var patchersPath = Path.GetDirectoryName(executablePath);
var pluginPath = Path.Combine(patchersPath, "../../../Gorilla Tag_Data/Plugins/x86_64/LIV_Bridge.dll");

if (File.Exists(pluginPath))
{
return;
}

File.Copy(Path.Combine(patchersPath, "LIV_Bridge.dll"), pluginPath);
File.Copy(Path.Combine(patchersPath, "LIV_Bridge.dll"), pluginPath, true);
}
}
}

0 comments on commit a5e10d2

Please # to comment.