From c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 2 Sep 2012 12:09:58 +0000 Subject: Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;) git-svn-id: http://mc-server.googlecode.com/svn/trunk@819 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cClientHandle.cpp') 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)) -- cgit v1.2.3