Skip to content

Commit

Permalink
fix: update scoreboard attributes on defuser pickup (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 authored Sep 15, 2022
1 parent 1081301 commit e83eeae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regamedll/dlls/items.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e83eeae

Please sign in to comment.