diff --git a/r5dev/engine/net.cpp b/r5dev/engine/net.cpp index 7965b168..be040ae3 100644 --- a/r5dev/engine/net.cpp +++ b/r5dev/engine/net.cpp @@ -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 {