mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo
This commit is contained in:
parent
d0544a3bc7
commit
9a9d6b290a
@ -182,7 +182,7 @@ bool CClient::VProcessStringCmd(CClient* pClient, NET_StringCmd* pMsg)
|
||||
// The internal function discards the command if it's null.
|
||||
if (pCmd)
|
||||
{
|
||||
// If the string length exceeds 128, the will engine return a 'command
|
||||
// If the string length exceeds 128, the engine will return a 'command
|
||||
// string too long' message back to the client that issued it and
|
||||
// subsequently jettison the string cmd. Before this routine gets hit,
|
||||
// the entire string gets parsed (up to 512 bytes). There is an issue
|
||||
|
Loading…
x
Reference in New Issue
Block a user