View Revisions: Issue #2407 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0002407: Server chat crashes the client |
|
Revision |
2015-09-05 09:35 by cobalt |
|
Description |
Using rcon say crashes the client. Server remains fine.
This happens because CHAT_PrintChatString will call BOTCMD_SetLastChatPlayer( players[ulPlayer].userinfo.GetName() ); even if ulPlayer is MAXPLAYERS. |
|
Revision |
2015-08-20 14:21 by Dusk |
|
Description |
Using rcon say crashes the client. Server remains fine.
This happens because CHAT_PrintChatString will call BOTCMD_SetLastChatPlayer( players[ulPlayer].userinfo.GetName() ); even if ulPlayer is MAXPLAYERS. |
|
Revision |
2015-08-20 14:21 by Dusk |
|
Description |
Using rcon say crashes the client. Server remains fine.
CHAT_PrintChatString will call BOTCMD_SetLastChatPlayer( players[ulPlayer].userinfo.GetName() ); even if ulPlayer is MAXPLAYERS. |