mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Improve string formatting
Flip bracket.
This commit is contained in:
parent
b7dd5e11c1
commit
462439b1dc
@ -377,8 +377,8 @@ bool CRConServer::Comparator(std::string svPassword) const
|
||||
if (sv_rcon_debug->GetBool())
|
||||
{
|
||||
DevMsg(eDLL_T::SERVER, "+---------------------------------------------------------------------------+\n");
|
||||
DevMsg(eDLL_T::SERVER, "] Server: '%s'[\n", m_svPasswordHash.c_str());
|
||||
DevMsg(eDLL_T::SERVER, "] Client: '%s'[\n", svPassword.c_str());
|
||||
DevMsg(eDLL_T::SERVER, "[ Server: '%s']\n", m_svPasswordHash.c_str());
|
||||
DevMsg(eDLL_T::SERVER, "[ Client: '%s']\n", svPassword.c_str());
|
||||
DevMsg(eDLL_T::SERVER, "+---------------------------------------------------------------------------+\n");
|
||||
}
|
||||
if (std::memcmp(svPassword.data(), m_svPasswordHash.data(), SHA256::DIGEST_SIZE) == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user