initial revert to 1.00-era code

This commit is contained in:
David Anderson
2006-02-26 06:42:48 +00:00
parent 4db61f243a
commit 8735bf3df3
15 changed files with 827 additions and 1063 deletions

View File

@ -36,8 +36,7 @@
// 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 );