mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Temporary comment Lua functions registration (crash when reselect characters)
--HG-- branch : develop
This commit is contained in:
parent
3265749bfe
commit
66fcc5081a
1 changed files with 4 additions and 2 deletions
|
@ -2512,8 +2512,10 @@ bool mainLoop()
|
|||
|
||||
// R2ED enabled ?
|
||||
R2::getEditor().autoConfigInit(IsInRingSession);
|
||||
if (!IsInRingSession)
|
||||
R2::getEditor().registerLuaFunc();
|
||||
|
||||
// TODO: temporary commented, CEditor must be initialized before to call next lines
|
||||
// if (!IsInRingSession)
|
||||
// R2::getEditor().registerLuaFunc();
|
||||
|
||||
CurrSeason = computeCurrSeason();
|
||||
|
||||
|
|
Loading…
Reference in a new issue