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)
This commit is contained in:
parent
16b5e22864
commit
30545b8f7c
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