diff options
Diffstat (limited to 'src/game/g_namelog.c')
-rw-r--r-- | src/game/g_namelog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_namelog.c b/src/game/g_namelog.c index 66136844..6655c2c4 100644 --- a/src/game/g_namelog.c +++ b/src/game/g_namelog.c @@ -50,6 +50,7 @@ void G_namelog_connect( gclient_t *client ) { n = BG_Alloc( sizeof( namelog_t ) ); strcpy( n->guid, client->pers.guid ); + n->guidless = client->pers.guidless; if( p ) { p->next = n; |