mirror of
https://github.com/WPMGPRoSToTeMa/SafeNameAndChat.git
synced 2025-01-27 03:17:54 +03:00
Forgot to remove this debugging log
This commit is contained in:
parent
ef1fc95425
commit
0d0e1f56f2
2
Main.cpp
2
Main.cpp
@ -892,7 +892,7 @@ string SafePositionalPrintf(string format, vector<string> args, bool positional
|
||||
}
|
||||
|
||||
void PF_MessageEnd_I() {
|
||||
LOG_CONSOLE(PLID, "Message end! %d %d", *g_msgType, g_msgBuffer->cursize);
|
||||
//LOG_CONSOLE(PLID, "Message end! %d %d", *g_msgType, g_msgBuffer->cursize);
|
||||
const char *temp = GET_USER_MSG_NAME(PLID, *g_msgType, nullptr);
|
||||
string msgName = temp != nullptr ? temp : "";
|
||||
if (msgName == "SayText" || msgName == "TextMsg") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user