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 caa7ff5f..764892ab 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -329,7 +329,7 @@ typedef struct vec3_t lastDeathLocation; char guid[ 33 ]; - char ip[ 16 ]; + char ip[ 40 ]; qboolean muted; qboolean denyBuild; int adminLevel; |