mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix color mismatch
Fix mismatching marker color.
This commit is contained in:
parent
df7e80077f
commit
654e4e4271
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user