Skip to content

Commit 25bc473

Browse files
committed
fix(GTA Cache): Initialise the cache.
Closes #2.
1 parent 1281c22 commit 25bc473

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ BOOL APIENTRY DllMain(HMODULE hmod, DWORD reason, PVOID)
156156
g_hooking->enable();
157157
LOG(INFO) << "Hooking enabled.";
158158

159+
g_gta_data_service.init();
160+
159161
auto native_hooks_instance = std::make_unique<native_hooks>();
160162
LOG(INFO) << "Dynamic native hooker initialized.";
161163

0 commit comments

Comments
 (0)