<html>
    <head>
      <base href="https://bugzilla.icculus.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:use.less01@gmail.com" title="James Canete <use.less01@gmail.com>"> <span class="fn">James Canete</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Team Arena Single Player broken, always spectator"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6030">bug 6030</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>use.less01@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Team Arena Single Player broken, always spectator"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6030#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Team Arena Single Player broken, always spectator"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6030">bug 6030</a>
              from <span class="vcard"><a class="email" href="mailto:use.less01@gmail.com" title="James Canete <use.less01@gmail.com>"> <span class="fn">James Canete</span></a>
</span></b>
        <pre>g_teamAutoJoin isn't a great solution, because of two things.

First, I really don't want to override user cvars.

Second, it can lead to joining the wrong team.  Try starting a CTF game in
Quake 3 (through single player...skirmish) with g_teamAutoJoin 1 and using
default settings, except change your team to red.  You'll magically join blue
when the game starts.

As well, I tried making the g_teamAutoJoin check in g_session.c
G_InitSessionData() line 110 to (g_teamAutoJoin.integer ||
client->pers.localClient) and that didn't work, I'm guessing localClient isn't
set at that point.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>