diff --git a/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp b/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp index c49748d6..333dadab 100644 --- a/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp +++ b/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp @@ -73,6 +73,7 @@ CCstrike15UsermessageHelpers::CCstrike15UsermessageHelpers() SETUP_MESSAGE( SendPlayerItemDrops ); SETUP_MESSAGE( RoundBackupFilenames ); SETUP_MESSAGE( SendPlayerItemFound ); + SETUP_MESSAGE( ReportHit ); } const google::protobuf::Message *CCstrike15UsermessageHelpers::GetPrototype( int index ) const