Changed: Allow to debug Lua in FV too

This commit is contained in:
kervala 2016-01-06 12:38:10 +01:00
parent 66be09cdf5
commit 263c86ccab

View file

@ -1813,8 +1813,8 @@ void CClientConfig::setValues()
READ_BOOL_DEV(DamageShieldEnabled) READ_BOOL_DEV(DamageShieldEnabled)
READ_BOOL_DEV(AllowDebugLua) READ_BOOL_FV(AllowDebugLua)
READ_BOOL_DEV(DisplayLuaDebugInfo) READ_BOOL_FV(DisplayLuaDebugInfo)
READ_BOOL_DEV(LuaDebugInfoGotoButtonEnabled) READ_BOOL_DEV(LuaDebugInfoGotoButtonEnabled)
READ_STRING_DEV(LuaDebugInfoGotoButtonTemplate) READ_STRING_DEV(LuaDebugInfoGotoButtonTemplate)