From 83459d0d899786378e8304c92a5b79ddca92c62f Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Sun, 7 Feb 2016 19:07:14 +0200 Subject: Proper entity destruction in non-ticking chunks --- src/World.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/World.h') diff --git a/src/World.h b/src/World.h index c5df65049..93c566ce5 100644 --- a/src/World.h +++ b/src/World.h @@ -819,7 +819,6 @@ private: virtual void Execute(void) override; } ; - /** Implementation of the callbacks that the ChunkGenerator uses to store new chunks and interface to plugins */ class cChunkGeneratorCallbacks : public cChunkGenerator::cChunkSink, -- cgit v1.2.3