Add g_humansplayers (found by server) and g_needpass (cvar) to serverinfo (#4702)
This commit is contained in:
parent
97ed3650d7
commit
0a6f873999
4 changed files with 15 additions and 2 deletions
|
@ -296,6 +296,8 @@ typedef struct {
|
|||
int ping;
|
||||
qboolean visible;
|
||||
int punkbuster;
|
||||
int g_humanplayers;
|
||||
int g_needpass;
|
||||
} serverInfo_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue