From 7f5757eccff7b81c17443ea4e0b4ce86e2d5dc04 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Mon, 18 Apr 2016 13:30:23 +0300 Subject: Reduced unnecessary block updates --- src/World.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/World.h') diff --git a/src/World.h b/src/World.h index 64c4a19f1..bf5dd3d1e 100644 --- a/src/World.h +++ b/src/World.h @@ -227,8 +227,7 @@ public: /** If there is a block entity at the specified coords, sends it to the client specified */ void SendBlockEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cClientHandle & a_Client); - void MarkRedstoneDirty(int a_ChunkX, int a_ChunkZ); - void MarkChunkDirty (int a_ChunkX, int a_ChunkZ, bool a_MarkRedstoneDirty = false); + void MarkChunkDirty (int a_ChunkX, int a_ChunkZ); void MarkChunkSaving(int a_ChunkX, int a_ChunkZ); void MarkChunkSaved (int a_ChunkX, int a_ChunkZ); -- cgit v1.2.3