From 25ecefe33613fb1d12e005efa73f92dc16090624 Mon Sep 17 00:00:00 2001 From: JustSomePwner Date: Sat, 1 Sep 2018 19:51:59 +0200 Subject: open menu --- internal_rewrite/interface.cpp | 3 +++ 1 file changed, 3 insertions(+) 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( ) { -- cgit v1.2.3