mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-26 22:55:41 +03:00
fix: update scoreboard attributes on defuser pickup (#770)
This commit is contained in:
parent
10813019c8
commit
e83eeaed39
@ -495,6 +495,8 @@ BOOL CItemThighPack::MyTouch(CBasePlayer *pPlayer)
|
||||
MESSAGE_END();
|
||||
|
||||
pPlayer->SendItemStatus();
|
||||
pPlayer->SetScoreboardAttributes();
|
||||
|
||||
EMIT_SOUND(pPlayer->edict(), CHAN_VOICE, "items/kevlar.wav", VOL_NORM, ATTN_NORM);
|
||||
|
||||
if (TheTutor)
|
||||
|
Loading…
Reference in New Issue
Block a user