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()