Skip to content

Commit

Permalink
Fixed inconsistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bela333 committed Jul 5, 2019
1 parent 1ec955f commit 9f1a466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordDiva/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ BOOL APIENTRY DllMain(HMODULE hModule,
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
std::cout << DISCORD_PREFIX_ << "Loading DivaDiscord..." << std::endl;
std::cout << DISCORD_PREFIX_ << "Loading DiscordDiva..." << std::endl;
std::cout << DISCORD_PREFIX_ << "Injecting hooks" << std::endl;

//InstallHook((void*)0x1400dfaf8, (void*)OnGameStateChange, 17);
Expand Down
Binary file modified DiscordDiva/stdafx.h
Binary file not shown.

0 comments on commit 9f1a466

Please sign in to comment.