mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 07:24:52 +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)
|
||||
{
|
||||
// v124 introduced check to ensure that sodium dll is not changed.
|
||||
#if GameAssemblyNeedsPatch
|
||||
#if !GameAssemblyNeedsPatch
|
||||
return true;
|
||||
#else
|
||||
string backupPath = dll + ".bak";
|
||||
|
||||
Reference in New Issue
Block a user