mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
cl_paranoid: setting to 0 will disable printing the server address for
connectionless packets
This commit is contained in:
parent
e0364392c7
commit
d4df29de02
2 changed files with 23 additions and 25 deletions
|
@ -153,6 +153,7 @@ typedef struct
|
|||
struct info_s *userinfo;
|
||||
|
||||
char servername[MAX_OSPATH]; // name of server from original connect
|
||||
netadr_t server_addr; // address of server
|
||||
|
||||
int qport;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue