(player): Rename member validated to authenticated.
This commit is contained in:
parent
2147583a9e
commit
504305357d
2 changed files with 7 additions and 7 deletions
|
@ -51,7 +51,7 @@ struct player {
|
|||
char hostname[512]; /* may be empty */
|
||||
char client[128]; /* may be empty */
|
||||
char userid[32]; /* may be empty */
|
||||
int validated;
|
||||
int authenticated;
|
||||
natid cnum;
|
||||
int state;
|
||||
int flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue