Fixed bugs
This commit is contained in:
parent
f45a0e86ef
commit
cfa62b87a3
1 changed files with 2 additions and 2 deletions
|
@ -923,8 +923,8 @@ local void ParseNetworkCommand(const NetworkCommandQueue *ncq)
|
|||
}
|
||||
NetMsgBufLen[ply] += sizeof(ncm->Text);
|
||||
if (ncq->Data.Type == MessageChatTerm) {
|
||||
NetMsgBuf[127][ply] = '\0';
|
||||
SetMessage(NetMsgBuf[ply]);
|
||||
NetMsgBuf[ply][127] = '\0';
|
||||
SetMessage("%s", NetMsgBuf[ply]);
|
||||
NetMsgBufLen[ply] = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue