summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Root.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}