diff --git a/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp b/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp index dcf23d02..e6d6ac4c 100644 --- a/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp +++ b/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp @@ -71,6 +71,8 @@ CCstrike15UsermessageHelpers::CCstrike15UsermessageHelpers() SETUP_MESSAGE( ItemDrop ); SETUP_MESSAGE( GlowPropTurnOff ); SETUP_MESSAGE( SendPlayerItemDrops ); + SETUP_MESSAGE( RoundBackupFilenames ); + SETUP_MESSAGE( SendPlayerItemFound ); } const google::protobuf::Message *CCstrike15UsermessageHelpers::GetPrototype( int index ) const