PM removed debugging stuff

This commit is contained in:
David Anderson
2004-07-24 15:50:17 +00:00
parent b409769f2b
commit 52b9b7f04d
2 changed files with 2 additions and 5 deletions

View File

@ -390,13 +390,10 @@ void C_ServerActivate_Post( edict_t *pEdictList, int edictCount, int clientMax )
pPlayer->Init( pEdictList + i , i );
}
AMXXLOG_Log("BLABLA0");
executeForwards(FF_PluginInit);
AMXXLOG_Log("BLABLA1");
executeForwards(FF_PluginCfg);
AMXXLOG_Log("BLABLA2");
// Correct time in Counter-Strike and other mods (except DOD)
// Correct time in Counter-Strike and other mods (except DOD)
if ( !g_bmod_dod) g_game_timeleft = 0;
g_task_time = gpGlobals->time;