summaryrefslogtreecommitdiff
path: root/internal_rewrite
diff options
context:
space:
mode:
authorJustSomePwner <crotchyalt@gmail.com>2018-09-01 19:51:59 +0200
committerJustSomePwner <crotchyalt@gmail.com>2018-09-01 19:51:59 +0200
commit25ecefe33613fb1d12e005efa73f92dc16090624 (patch)
tree953c6a3c936d0bfa1c9e532e725e0d20c597e9ca /internal_rewrite
parentf98507c96886e9cc84809e4beed5fc066ea1177e (diff)
open menu
Diffstat (limited to 'internal_rewrite')
-rw-r--r--internal_rewrite/interface.cpp3
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( ) {