We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3578e29 commit cc5a342Copy full SHA for cc5a342
src/mods/FaultyFileDetector.cpp
@@ -13,9 +13,6 @@
13
14
std::shared_ptr<FaultyFileDetector> g_faulty_detector_instance = nullptr;
15
16
-// Still do some basic PAK checks, but I cant find the function where they detect non-stock PAK file
17
-// And they still crash the whole DirectX if PAK file that is supposed to be stock is non-stock, maybe there are still some obsfucation somewhere
18
-
19
// TODO: Probably offset wont change but if it changes then oops
20
#pragma pack(push, 1)
21
struct REResource_Via_Raw {
0 commit comments