mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix netconsole bug
This commit is contained in:
parent
57e6dc4280
commit
0549134133
@ -139,6 +139,11 @@ void CNetCon::UserInput(void)
|
||||
this->Send(svSerialized);
|
||||
}
|
||||
}
|
||||
else // Single arg command query.
|
||||
{
|
||||
std::string svSerialized = this->Serialize(svInput.c_str(), "", cl_rcon::request_t::SERVERDATA_REQUEST_EXECCOMMAND);
|
||||
this->Send(svSerialized);
|
||||
}
|
||||
}
|
||||
else // Setup connection from input.
|
||||
{
|
||||
|
@ -646,7 +646,6 @@ _RCON_CmdQuery_f_CompletionFunc
|
||||
*/
|
||||
void _RCON_CmdQuery_f_CompletionFunc(const CCommand& args)
|
||||
{
|
||||
|
||||
if (args.ArgC() < 2)
|
||||
{
|
||||
if (g_pRConClient->IsInitialized()
|
||||
|
Loading…
x
Reference in New Issue
Block a user