diff --git a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp index 3f9332dc..a15c28a6 100644 --- a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp +++ b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp @@ -166,7 +166,7 @@ void RegistrationBook::ReadyWorld() } } - if (m_infocenterState->HasRegistered()) { + if (!m_infocenterState->HasRegistered()) { MxDSAction action; action.SetAtomId(*g_regbookScript); action.SetObjectId(RegbookScript::c_iic006in_RunAnim);