minor thing.

This commit is contained in:
Dabb 2001-01-15 19:31:27 +00:00
parent 3cf5e28082
commit 568e4e5909

View file

@ -506,7 +506,7 @@ Parse_Server_Packet ()
break;
case svc_print:
// fixme i==PRINT_CHAT
Net_LogPrintf (" %d", MSG_ReadByte ());
Net_LogPrintf (" [%d]", MSG_ReadByte ());
Net_LogPrintf (" %s", MSG_ReadString ());
break;
case svc_stufftext: