1
0

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
This commit is contained in:
madmaxoft@gmail.com
2012-09-02 12:09:58 +00:00
parent 926903905b
commit c7d5c00a17
10 changed files with 120 additions and 42 deletions

View File

@@ -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))