diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-02 14:09:58 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-02 14:09:58 +0200 |
commit | c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9 (patch) | |
tree | b45b5dc8f89d105cef77c8cb5b8f4be270e903fd /source/cWorld.cpp | |
parent | Added a CreateHexDump() function for easier raw data debugging (diff) | |
download | cuberite-c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9.tar cuberite-c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9.tar.gz cuberite-c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9.tar.bz2 cuberite-c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9.tar.lz cuberite-c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9.tar.xz cuberite-c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9.tar.zst cuberite-c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9.zip |
Diffstat (limited to 'source/cWorld.cpp')
-rw-r--r-- | source/cWorld.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
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); |