diff options
Diffstat (limited to 'source/cClientHandle.cpp')
-rw-r--r-- | source/cClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index 6bd7610c9..f4f5125c2 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -244,7 +244,7 @@ void cClientHandle::Authenticate(void) cRoot::Get()->GetPluginManager()->CallHook(cPluginManager::HOOK_PLAYER_SPAWN, 1, m_Player); // Return a server login packet - m_Protocol->SendLogin(*m_Player); + m_Protocol->SendLogin(*m_Player, *World); // Send Weather if raining: if ((World->GetWeather() == 1) || (World->GetWeather() == 2)) |