Skip to content

Commit bdd5e33

Browse files
committed
Remove garbage
1 parent 9a9cadc commit bdd5e33

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/mods/FaultyFileDetector.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ class FaultyFileDetector : public Mod {
7373
safetyhook::MidHook m_resource_open_failed_hook{};
7474
uint8_t *m_resource_open_failed_addr{};
7575
uint8_t m_resource_open_failed_register{0};
76-
CheckFileExistsFunc m_check_file_exist_func{};
77-
bool m_check_file_exist_func_resolved{ false };
7876

7977
ModToggle::Ptr m_enabled{ ModToggle::create(generate_name("Enabled"), false) };
8078
ModInt32::Ptr m_max_recent_files{ ModInt32::create(generate_name("MaxRecentFiles"), 100) };

src/mods/IntegrityCheckBypass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,6 @@ void *IntegrityCheckBypass::pak_load_check_function(void *a1, const wchar_t *pak
653653
void IntegrityCheckBypass::patch_version_hook(safetyhook::Context& context) {
654654
// THEY STORE PATCH VERSION INSIDE SOMEWHERE NOW! And only load until that patch version then dont load no more paks
655655
spdlog::info("[IntegrityCheckBypass]: patch_version_hook called!");
656-
// THEY STORE PATCH VERSION INSIDE SOMEWHERE NOW! And only load until that patch version then dont load no more paks
657-
spdlog::info("[IntegrityCheckBypass]: patch_version_hook called!");
658656

659657
// Get the current patch version from the correct register
660658
uint64_t current_patch_version = 0;

0 commit comments

Comments
 (0)