diff --git a/src/Root.cpp b/src/Root.cpp index 09f29c985..fb1e96426 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -309,6 +309,7 @@ cWorld * cRoot::CreateAndInitializeWorld(const AString & a_WorldName) m_WorldsByName[a_WorldName] = NewWorld; NewWorld->Start(); NewWorld->InitializeSpawn(); + m_PluginManager->CallHookWorldStarted(*NewWorld); return NewWorld; }