Update client.cpp (#535)

Fix typo comment
This commit is contained in:
theshadowz 2020-05-18 15:59:43 +03:00 committed by GitHub
parent 4f7252525e
commit c6875e5b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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