diff --git a/code/ryzom/client/src/main_loop.cpp b/code/ryzom/client/src/main_loop.cpp index 565c23311..fafae2b45 100644 --- a/code/ryzom/client/src/main_loop.cpp +++ b/code/ryzom/client/src/main_loop.cpp @@ -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();