mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Removed useless LoadLuaDebugger
This commit is contained in:
parent
75a28a149b
commit
31af87fb92
2 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue