diff options
author | Mattes D <github@xoft.cz> | 2014-10-19 12:46:25 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-10-19 12:46:25 +0200 |
commit | b0a59927fb7531f6c909e6f581035568c79b625c (patch) | |
tree | 9837f6962a6744c6da9fb614c20ec7f46825a7c4 /src/BlockEntities/DropSpenserEntity.h | |
parent | LuaState: Pushing a cEntity pushes the correct class name. (diff) | |
download | cuberite-b0a59927fb7531f6c909e6f581035568c79b625c.tar cuberite-b0a59927fb7531f6c909e6f581035568c79b625c.tar.gz cuberite-b0a59927fb7531f6c909e6f581035568c79b625c.tar.bz2 cuberite-b0a59927fb7531f6c909e6f581035568c79b625c.tar.lz cuberite-b0a59927fb7531f6c909e6f581035568c79b625c.tar.xz cuberite-b0a59927fb7531f6c909e6f581035568c79b625c.tar.zst cuberite-b0a59927fb7531f6c909e6f581035568c79b625c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/DropSpenserEntity.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockEntities/DropSpenserEntity.h b/src/BlockEntities/DropSpenserEntity.h index 23f0ae89a..f77a28c28 100644 --- a/src/BlockEntities/DropSpenserEntity.h +++ b/src/BlockEntities/DropSpenserEntity.h @@ -45,11 +45,11 @@ public: // tolua_end + BLOCKENTITY_PROTODEF(cDropSpenserEntity); + cDropSpenserEntity(BLOCKTYPE a_BlockType, int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World); virtual ~cDropSpenserEntity(); - static const char * GetClassStatic(void) { return "cDropSpenserEntity"; } - // cBlockEntity overrides: virtual bool Tick(float a_Dt, cChunk & a_Chunk) override; virtual void SendTo(cClientHandle & a_Client) override; |