~armagetronad-sty-0.3/armagetronad/armagetronad-fortress-respawn

« back to all changes in this revision

Viewing changes to src/network/nNetwork.cpp

  • Committer: Manuel Moos
  • Date: 2009-03-03 11:39:30 UTC
  • Revision ID: z-man@users.sf.net-20090303113930-b80tdblbu6bqowto
No longer sending protobuf logout messages when non-protobuf login
fails. Of course, the next course of action after the failure is to send a protobuf
login message, so this is more of a cosmetic change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2644
2644
 
2645
2645
    tJUST_CONTROLLED_PTR< nMessageBase > mess;
2646
2646
 
2647
 
    sn_Connections[0].version = sn_myVersion;
 
2647
    // set server version to safe version
 
2648
    sn_Connections[0].version = sn_currentVersion;
2648
2649
 
2649
2650
    switch( loginType )
2650
2651
    {