From c6875e5b12890842b328c2c2671c8a8d16ceb04d Mon Sep 17 00:00:00 2001 From: theshadowz Date: Mon, 18 May 2020 15:59:43 +0300 Subject: [PATCH] Update client.cpp (#535) Fix typo comment --- regamedll/dlls/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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