Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2009, 3:38:48 PM (15 years ago)
Author:
scheusso
Message:

new ConsoleCommand: printRTT: prints the round trip time to (the server / all clients)
small change in ClientDisconnection handling (only internal)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/network/ClientInformation.cc

    r5781 r5961  
    4242#define WIN32_LEAN_AND_MEAN
    4343#include <enet/enet.h>
     44#include "ClientConnectionListener.h"
    4445
    4546namespace orxonox
     
    6667    if(this==head_)
    6768      head_=next();
     69    ClientConnectionListener::broadcastClientDisconnected( this->getID() );
    6870  }
    6971
Note: See TracChangeset for help on using the changeset viewer.