Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

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.






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker