Skip to content

Commit 9f1a466

Browse files
committed
Fixed inconsistent naming
1 parent 1ec955f commit 9f1a466

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DiscordDiva/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BOOL APIENTRY DllMain(HMODULE hModule,
8484
switch (ul_reason_for_call)
8585
{
8686
case DLL_PROCESS_ATTACH:
87-
std::cout << DISCORD_PREFIX_ << "Loading DivaDiscord..." << std::endl;
87+
std::cout << DISCORD_PREFIX_ << "Loading DiscordDiva..." << std::endl;
8888
std::cout << DISCORD_PREFIX_ << "Injecting hooks" << std::endl;
8989

9090
//InstallHook((void*)0x1400dfaf8, (void*)OnGameStateChange, 17);

DiscordDiva/stdafx.h

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)