Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 committed Aug 28, 2023
1 parent b55ff86 commit 6a220f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Modules/RCon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ namespace Components
RConOutputBuffer.clear();

#ifndef _DEBUG
if (RconLogRequests.get<bool>())
if (RConLogRequests.get<bool>())
#endif
{
Logger::Print(Game::CON_CHANNEL_NETWORK, "Executing RCon request from {}: {}\n", address.getString(), command);
Expand Down

0 comments on commit 6a220f4

Please sign in to comment.