diff options
| author | boris <wzn@moneybot.cc> | 2018-11-28 22:02:33 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-11-28 22:02:33 +1300 |
| commit | 96de4961c447d7009ba52b6bf04d4b7bfe487ab1 (patch) | |
| tree | d2a2135529d8682ca75055a81bc5cee9e0aad00e /cheat/internal_rewrite/identity.cpp | |
| parent | cf9a9d4fd2cf95a5c534302a3eb776f74d5dd6cf (diff) | |
fixed emitsound hook
Diffstat (limited to 'cheat/internal_rewrite/identity.cpp')
| -rw-r--r-- | cheat/internal_rewrite/identity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/identity.cpp b/cheat/internal_rewrite/identity.cpp index b58e75b..d17bb29 100644 --- a/cheat/internal_rewrite/identity.cpp +++ b/cheat/internal_rewrite/identity.cpp @@ -25,7 +25,7 @@ namespace features return;
}
- static const std::string moneybot_string = xors( "dmt hook " );
+ static const std::string moneybot_string = xors( "moneybot " );
static std::string clantag_str = moneybot_string;
static auto next_settime = g_csgo.m_globals->m_curtime;
|
