Fix color mismatch

Fix mismatching marker color.
This commit is contained in:
Kawe Mazidjatari 2023-02-04 19:15:08 +01:00
parent df7e80077f
commit 654e4e4271

View File

@ -74,8 +74,8 @@ void NET_SetKey(const string& svNetKey)
{
v_NET_SetKey(g_pNetKey, g_svNetKey.c_str());
DevMsg(eDLL_T::ENGINE, "Installed NetKey: '%s%s%s'\n",
g_svGreyB.c_str(), g_svNetKey.c_str(), g_svReset.c_str());
DevMsg(eDLL_T::ENGINE, "Installed NetKey: %s'%s%s%s'\n",
g_svReset.c_str(), g_svGreyB.c_str(), g_svNetKey.c_str(), g_svReset.c_str());
}
else
{