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/Protocol125.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/Protocol125.cpp') diff --git a/source/Protocol125.cpp b/source/Protocol125.cpp index 2adb68fa0..41a64f24b 100644 --- a/source/Protocol125.cpp +++ b/source/Protocol125.cpp @@ -417,8 +417,9 @@ void cProtocol125::SendKeepAlive(int a_PingID) -void cProtocol125::SendLogin(const cPlayer & a_Player) +void cProtocol125::SendLogin(const cPlayer & a_Player, const cWorld & a_World) { + UNUSED(a_World); cCSLock Lock(m_CSPacket); WriteByte (PACKET_LOGIN); -- cgit v1.2.3