diff options
| -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( ) {
|
