Skip to content

Commit

Permalink
Fix log-string pointer address
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Dec 25, 2023
1 parent 5211709 commit 1c33544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spawner/Statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ DEFINE_HOOK(0x647AE8, QueueAIMultiplayer_SendStatistics_1, 0x7)

DEFINE_HOOK(0x64823C, QueueAIMultiplayer_SendStatistics_2, 0x5)
{
Debug::Log(reinterpret_cast<char*>(0xA8E378) /* "Failure executing DoList\n" */);
Debug::Log(reinterpret_cast<char*>(0x8373BC) /* "Failure executing DoList\n" */);

enum { Send = 0x648257, DontSend = 0x64825C };

Expand Down

0 comments on commit 1c33544

Please sign in to comment.