diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-11 16:06:31 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-11 16:06:31 +0100 |
commit | 934d3fe56549a3dce33bc565d27970dc29b88404 (patch) | |
tree | 67d872e1a096f88d1e97e733f6068eca2d2253bb /source/World.cpp | |
parent | Settings.ini is read only once on server start (diff) | |
download | cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.gz cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.bz2 cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.lz cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.xz cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.zst cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.zip |
Diffstat (limited to 'source/World.cpp')
-rw-r--r-- | source/World.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/World.cpp b/source/World.cpp index 29c4f7b5f..210fe30a0 100644 --- a/source/World.cpp +++ b/source/World.cpp @@ -1631,15 +1631,6 @@ bool cWorld::GetChunkBlockTypes(int a_ChunkX, int a_ChunkY, int a_ChunkZ, BLOCKT -bool cWorld::GetChunkBlockData(int a_ChunkX, int a_ChunkY, int a_ChunkZ, BLOCKTYPE * a_BlockData) -{ - return m_ChunkMap->GetChunkBlockData(a_ChunkX, a_ChunkY, a_ChunkZ, a_BlockData); -} - - - - - bool cWorld::IsChunkValid(int a_ChunkX, int a_ChunkY, int a_ChunkZ) const { return m_ChunkMap->IsChunkValid(a_ChunkX, a_ChunkY, a_ChunkZ); |