~luke-jr/tr2norigins/tr2norigins-0.4

« back to all changes in this revision

Viewing changes to src/network/nKrawallPrivate.cpp

  • Committer: Luke Dashjr
  • Date: 2010-04-20 23:31:14 UTC
  • mfrom: (690.1.6 compile)
  • Revision ID: luke+bzr@dashjr.org-20100420233114-w7ahi17o9er1tygd
MERGE: New look and textures,

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
    data.method.ScrambleSalt( salt, data.serverAddress );
299
299
 
300
300
    // local users
301
 
    if ( result.authority.Len() <= 1 )
 
301
    if ( result.authority == "local" )
302
302
    {
303
303
        // fetch login data
304
304
        nLogin const * login = sn_FindLogin( result.username );