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/cWorld.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/cWorld.cpp') diff --git a/source/cWorld.cpp b/source/cWorld.cpp index 7b40275ca..5e2317cbe 100644 --- a/source/cWorld.cpp +++ b/source/cWorld.cpp @@ -1205,15 +1205,6 @@ int cWorld::GetHeight( int a_X, int a_Z ) -const double & cWorld::GetSpawnY(void) -{ - return m_SpawnY; -} - - - - - void cWorld::BroadcastChat(const AString & a_Message, const cClientHandle * a_Exclude) { cCSLock Lock(m_CSPlayers); -- cgit v1.2.3