================= SV_UserinfoChanged Pull specific info from a newly changed userinfo string into a more C friendly form. ================= */
| 295 | ================= |
| 296 | */ |
| 297 | void SV_UserinfoChanged( client_t *cl ) { |
| 298 | Q_strncpyz( cl->name, Info_ValueForKey( cl->userinfo, "name" ), sizeof( cl->name ) ); |
| 299 | } |
| 300 | |
| 301 | |
| 302 | /* |
no test coverage detected