diff options
Diffstat (limited to 'source/sv_main.c')
-rw-r--r-- | source/sv_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_main.c b/source/sv_main.c index 879ef59..58c1c59 100644 --- a/source/sv_main.c +++ b/source/sv_main.c @@ -880,7 +880,7 @@ static void SVC_DirectConnect( void ) { } // add them to the linked list of connected clients - List_Append( &svs.clients, &newcl->entry ); + List_SeqAdd( &svs.clients, &newcl->entry ); Com_DPrintf( "Going from cs_free to cs_assigned for %s\n", newcl->name ); newcl->state = cs_assigned; |