mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 23:44:45 +01:00
Fix 5/7 loop
This commit is contained in:
@@ -139,7 +139,7 @@ namespace ServerSelector
|
|||||||
public static bool PatchGameAssembly(string dll, bool install)
|
public static bool PatchGameAssembly(string dll, bool install)
|
||||||
{
|
{
|
||||||
// v124 introduced check to ensure that sodium dll is not changed.
|
// v124 introduced check to ensure that sodium dll is not changed.
|
||||||
#if GameAssemblyNeedsPatch
|
#if !GameAssemblyNeedsPatch
|
||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
string backupPath = dll + ".bak";
|
string backupPath = dll + ".bak";
|
||||||
|
|||||||
Reference in New Issue
Block a user