Skip to content

Commit

Permalink
Credit BNH
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 6, 2024
1 parent d366ce4 commit 33d2232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/discord_integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace discord_integration
constexpr const char STEAM_APP_ID[] = "15569587907822878790"; // This app ID will only launch zamnhlmp and not zamnhlmp_dev - so Discord invites will not work for
// zamnhlmp_dev builds of the game!

void LowerCase(const char* in, char* out, int size)
void LowerCase(const char* in, char* out, int size) // BlueNightHawk : Convert Uppercase Map Names to Lowercase. 2021.
{
for (int i = 0; i < size; i++)
{
Expand Down

0 comments on commit 33d2232

Please sign in to comment.