From 861d5c75c968ab1fa5fbb3388b02ebd2e85afc56 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 18 Aug 2013 20:00:50 +0200 Subject: Removed SetServerBlock griefing. --- source/Chunk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/Chunk.h') diff --git a/source/Chunk.h b/source/Chunk.h index 61f11d6d5..c4eeab6ae 100644 --- a/source/Chunk.h +++ b/source/Chunk.h @@ -148,8 +148,6 @@ public: void GetBlockTypeMeta(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE & a_BlockType, NIBBLETYPE & a_BlockMeta); void GetBlockInfo (int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE & a_BlockType, NIBBLETYPE & a_Meta, NIBBLETYPE & a_SkyLight, NIBBLETYPE & a_BlockLight); - void SetServerBlock(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_BlockType, BLOCKTYPE a_BlockMeta ); - /** Returns the chunk into which the specified block belongs, by walking the neighbors. Will return self if appropriate. Returns NULL if not reachable through neighbors. */ -- cgit v1.2.3