Skip to content

Commit 27dbe2a

Browse files
committed
Disable old version of ds2 in loader.
1 parent f2657af commit 27dbe2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/Loader/Config/BuildConfig.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ public static class BuildConfig
8989
// -------------------------------------------------------------------------------------------
9090
// Dark Souls II
9191
// -------------------------------------------------------------------------------------------
92+
/*
93+
// Don't support the old version of ds2 as we don't have any RCE mitigations for it at the moment.
9294
{
9395
ExeUtils.MakeSimpleExeHash("1,0,2,0", 31605096),
9496
new DarkSoulsLoadConfig
@@ -101,6 +103,7 @@ public static class BuildConfig
101103
SteamAppId = 335300
102104
}
103105
},
106+
*/
104107
{
105108
ExeUtils.MakeSimpleExeHash("1,0,3,0", 28200992),
106109
new DarkSoulsLoadConfig

0 commit comments

Comments
 (0)