diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index c53b6de5..3bd703fc 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -315,6 +315,7 @@ typedef struct int teamChangeTime; // level.time of last team change qboolean joinedATeam; // used to tell when a PTR code is valid connectionRecord_t *connection; + g_admin_admin_t *admin; int aliveSeconds; // time player has been alive in seconds @@ -336,7 +337,6 @@ typedef struct char ip[ 40 ]; qboolean muted; qboolean denyBuild; - int adminLevel; char voice[ MAX_VOICE_NAME_LEN ]; qboolean useUnlagged; // keep track of other players' info for tinfo |