From 1da1c472febd7766d9f742604a4049c99b9f90d9 Mon Sep 17 00:00:00 2001 From: Azumgi Date: Tue, 23 Jan 2018 04:11:12 +0300 Subject: [PATCH] show options menu ingame --- vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua b/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua index 014d12f..d282df6 100644 --- a/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua +++ b/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua @@ -1744,13 +1744,13 @@ local view_data = { end, active = { inn = true, - ingame = false + ingame = true }, blocked_transitions = { inn = {}, ingame = { - vmf_options_view = true, - vmf_options_view_force = true + --vmf_options_view = true, + --vmf_options_view_force = true } }, hotkey_mapping = { --@TODO: find out what the hell is this -> 'IngameUI.handle_menu_hotkeys' (only in inn -> useless)