Fix 5/7 loop

This commit is contained in:
Mikhail Tyukin
2025-07-23 13:33:09 -04:00
parent 6310916920
commit 622c6d49ba

View File

@@ -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";