From 0e4d1255b7c9a5c2a046975fb2a5b0be97d711f5 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 6 Jan 2016 12:38:10 +0100 Subject: [PATCH] Changed: Allow to debug Lua in FV too --- code/ryzom/client/src/client_cfg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index 5cdd2b860..76d730156 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -1813,8 +1813,8 @@ void CClientConfig::setValues() READ_BOOL_DEV(DamageShieldEnabled) - READ_BOOL_DEV(AllowDebugLua) - READ_BOOL_DEV(DisplayLuaDebugInfo) + READ_BOOL_FV(AllowDebugLua) + READ_BOOL_FV(DisplayLuaDebugInfo) READ_BOOL_DEV(LuaDebugInfoGotoButtonEnabled) READ_STRING_DEV(LuaDebugInfoGotoButtonTemplate)