diff options
| author | JustSomePwner <crotchyalt@gmail.com> | 2018-09-01 19:51:59 +0200 |
|---|---|---|
| committer | JustSomePwner <crotchyalt@gmail.com> | 2018-09-01 19:51:59 +0200 |
| commit | 25ecefe33613fb1d12e005efa73f92dc16090624 (patch) | |
| tree | 953c6a3c936d0bfa1c9e532e725e0d20c597e9ca | |
| parent | f98507c96886e9cc84809e4beed5fc066ea1177e (diff) | |
open menu
| -rw-r--r-- | internal_rewrite/interface.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal_rewrite/interface.cpp b/internal_rewrite/interface.cpp index 904a4a9..e90cf25 100644 --- a/internal_rewrite/interface.cpp +++ b/internal_rewrite/interface.cpp @@ -233,6 +233,9 @@ void factory::c_csgo::initialize( ) { g_con->log( xors( "cheat initialized\n" ) );
g_con->log( xors( "time taken: %f\n" ), delta.count( ) );
+
+ // open the menu so people actually know when the cheat loaded
+ g_settings.menu.open = true;
}
void factory::c_csgo::uninitialize( ) {
|
