From 01cb000fbc5d33ddfc5243b2e9865d8d114f9178 Mon Sep 17 00:00:00 2001 From: Intop <78622918+Intoprelised@users.noreply.github.com> Date: Tue, 26 Oct 2021 14:58:14 -0400 Subject: [PATCH] Fix Spelling Error --- Memory/GameData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Memory/GameData.cpp b/Memory/GameData.cpp index da2234f5..8fb223c3 100644 --- a/Memory/GameData.cpp +++ b/Memory/GameData.cpp @@ -19,7 +19,7 @@ void GameData::retrieveClientInstance() { if (sigOffset != 0x0) { int offset = *reinterpret_cast((sigOffset + 3)); // Get Offset from code clientInstanceOffset = sigOffset - g_Data.gameModule->ptrBase + offset + /*length of instruction*/ 7; // Offset is relative - logF("clinet: %llX", clientInstanceOffset); + logF("client: %llX", clientInstanceOffset); } } // clientInstanceOffset = 0x03CD5058; // pointer scanned, can't find good signatures so it'll stay @@ -252,4 +252,4 @@ void GameData::log(const char* fmt, ...) { std::string msg(message); g_Data.textPrintList.push_back(msg); va_end(arg); -} \ No newline at end of file +}