diff --git a/regamedll/dlls/client.cpp b/regamedll/dlls/client.cpp index 851db428..acf1e58f 100644 --- a/regamedll/dlls/client.cpp +++ b/regamedll/dlls/client.cpp @@ -379,7 +379,7 @@ void EXT_FUNC ClientKill(edict_t *pEntity) pPlayer->m_LastHitGroup = HITGROUP_GENERIC; - // don't let them suicide for 5 seconds after suiciding + // don't let them suicide for 1 second after suiciding pPlayer->m_fNextSuicideTime = gpGlobals->time + 1.0f; // have the player kill themself