aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/sv_rcon.cpp
diff options
context:
space:
mode:
authorAmos <48657826+Mauler125@users.noreply.github.com>2022-03-04 01:07:16 +0100
committerAmos <48657826+Mauler125@users.noreply.github.com>2022-03-04 01:07:16 +0100
commitc07baa7dc137daa006685bfa4757aaf429f81e1b (patch)
treeaaa81f7e35339a12e885e169fb610fcad9e4085e /NorthstarDedicatedTest/sv_rcon.cpp
parentbc7375807af20ad9bb07efa14ed538fce2f9ea00 (diff)
downloadNorthstarLauncher-c07baa7dc137daa006685bfa4757aaf429f81e1b.tar.gz
NorthstarLauncher-c07baa7dc137daa006685bfa4757aaf429f81e1b.zip
Cleanup and bug fixes
Fixed several small bugs
Diffstat (limited to 'NorthstarDedicatedTest/sv_rcon.cpp')
-rw-r--r--NorthstarDedicatedTest/sv_rcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/sv_rcon.cpp b/NorthstarDedicatedTest/sv_rcon.cpp
index f4285c1b..7d81b887 100644
--- a/NorthstarDedicatedTest/sv_rcon.cpp
+++ b/NorthstarDedicatedTest/sv_rcon.cpp
@@ -365,7 +365,7 @@ void CRConServer::ProcessMessage(const cl_rcon::request& cl_request)
{
if (pData->m_bAuthorized)
{
- // TODO: Send conlog to true.
+ CVar_sv_rcon_sendlogs->SetValue(1);
}
break;
}