From b0a86a0dd139b88384557f81175e6da392cbd7c5 Mon Sep 17 00:00:00 2001 From: Azumgi <4zumgi@gmail.com> Date: Mon, 20 Aug 2018 20:13:47 +0300 Subject: [PATCH] [Custom Textures] Fix not working debug output --- vmf/scripts/mods/vmf/modules/gui/custom_textures.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmf/scripts/mods/vmf/modules/gui/custom_textures.lua b/vmf/scripts/mods/vmf/modules/gui/custom_textures.lua index 19c0fde..0be532f 100644 --- a/vmf/scripts/mods/vmf/modules/gui/custom_textures.lua +++ b/vmf/scripts/mods/vmf/modules/gui/custom_textures.lua @@ -272,7 +272,7 @@ end) -- #################################################################################################################### vmf.load_custom_textures_settings = function() - _show_debug_info = vmf:get("developer_mode") and vmf:get("log__ui_renderers_info") + _show_debug_info = vmf:get("developer_mode") and vmf:get("log_ui_renderers_info") end vmf.reset_guis = function()