mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
fix for previous commit
This commit is contained in:
parent
83151aaf0b
commit
d8702df548
@ -1440,7 +1440,7 @@ void CGrenade::C4Think()
|
|||||||
if (pBombOwner)
|
if (pBombOwner)
|
||||||
{
|
{
|
||||||
#ifdef REGAMEDLL_ADD
|
#ifdef REGAMEDLL_ADD
|
||||||
pBombOwner->pev->frags += give_c4_frags.value;
|
pBombOwner->pev->frags += (int)give_c4_frags.value;
|
||||||
#else
|
#else
|
||||||
pBombOwner->pev->frags += 3.0f;
|
pBombOwner->pev->frags += 3.0f;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user