Changed: Temporary comment Lua functions registration (crash when reselect characters)

This commit is contained in:
kervala 2016-12-24 14:02:33 +01:00
parent 16b5e22864
commit 30545b8f7c

View file

@ -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();