*** empty log message ***

This commit is contained in:
Twilight Suzuka
2005-12-11 18:42:19 +00:00
parent 6aaf11f2a3
commit e50151343b
12 changed files with 1098 additions and 206 deletions

View File

@@ -36,7 +36,8 @@
// class CPlayer
// *****************************************************
void CPlayer::Disconnect(){
void CPlayer::Disconnect()
{
if ( ignoreBots(pEdict) || !isModuleActive() ) // ignore if he is bot and bots rank is disabled or module is paused
return;
rank->updatePosition( &life );