Plus is v2

This commit is contained in:
Mitchell Livingston 2006-12-22 23:35:23 +00:00
parent ffc4c30d0d
commit e783610d2c
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ char * tr_clientForId( uint8_t * id )
}
else if( !memcmp( id, "Plus", 4 ) )
{
asprintf( &ret, "Plus! %c.%c%c", id[4], id[5], id[6] );
asprintf( &ret, "Plus! v2 %c.%c%c", id[4], id[5], id[6] );
}
else if( !memcmp( id, "XBT", 3 ) )
{