Changed: Removed useless LoadLuaDebugger

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent aa3d209d39
commit c854201d91

@ -680,7 +680,6 @@ CClientConfig::CClientConfig()
DamageShieldEnabled = false;
AllowDebugLua = false;
LoadLuaDebugger = false;
DisplayLuaDebugInfo = false;
BeepWhenLaunched = false;
@ -1764,7 +1763,6 @@ void CClientConfig::setValues()
READ_BOOL_DEV(DamageShieldEnabled)
READ_BOOL_DEV(AllowDebugLua)
READ_BOOL_DEV(LoadLuaDebugger)
READ_BOOL_DEV(DisplayLuaDebugInfo)
READ_BOOL_DEV(LuaDebugInfoGotoButtonEnabled)

@ -766,7 +766,6 @@ struct CClientConfig
/// Allow Lua commands (commands beginning with Lua)
bool AllowDebugLua;
bool LoadLuaDebugger;
bool LuaDebugInfoGotoButtonEnabled;
std::string LuaDebugInfoGotoButtonTemplate;

Loading…
Cancel
Save