mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
minor thing.
This commit is contained in:
parent
3cf5e28082
commit
568e4e5909
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue