mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
invert HasRegistered check
This commit is contained in:
parent
a4e5755858
commit
79610d12ec
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user