Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
Fix Spelling (#4541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intoprelised authored Nov 19, 2021
1 parent cdc96a3 commit b0fd523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Memory/GameData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void GameData::retrieveClientInstance() {
if (sigOffset != 0x0) {
int offset = *reinterpret_cast<int*>((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
Expand Down Expand Up @@ -252,4 +252,4 @@ void GameData::log(const char* fmt, ...) {
std::string msg(message);
g_Data.textPrintList.push_back(msg);
va_end(arg);
}
}

4 comments on commit b0fd523

@Intoprelised
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change will rly change the client for the better, it will be hard to get used to tho

@MrDiamond64
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

horion still kinda alive?

@FloppyDolphin57
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

horion still kinda alive?

discord.gg/horion

@QwertyTheCoder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what that mean, i.e. this commit

Please sign in to comment.