Skip to content

Commit 1d880a0

Browse files
committed
2.0.2
1 parent f7d8d93 commit 1d880a0

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

Build/QModInstaller.dll

0 Bytes
Binary file not shown.

Build/QModManager.exe

0 Bytes
Binary file not shown.

Build/QModManager_Setup.exe

-192 Bytes
Binary file not shown.

QModManager/PirateCheck.cs

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ internal static void PirateDetected()
206206

207207
internal static bool IsPirate(string folder)
208208
{
209+
return false;
210+
209211
string steamDll = Path.Combine(folder, "steam_api64.dll");
210212
if (File.Exists(steamDll))
211213
{

0 commit comments

Comments
 (0)