diff options
Diffstat (limited to 'source/mvd_parse.c')
-rw-r--r-- | source/mvd_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_parse.c b/source/mvd_parse.c index 348fca3..2b5731f 100644 --- a/source/mvd_parse.c +++ b/source/mvd_parse.c @@ -608,7 +608,7 @@ static void MVD_ParseConfigstring( mvd_t *mvd ) { MSG_WriteByte( svc_configstring ); MSG_WriteShort( index ); - MSG_WriteString( string ); + MSG_WriteData( string, length + 1 ); // broadcast configstring change LIST_FOR_EACH( udpClient_t, client, &mvd->udpClients, entry ) { |