BlockEntities: Removed the extra semicolon.

This commit is contained in:
Mattes D
2014-11-27 22:42:08 +01:00
parent 186b2f3bd0
commit a6ed5cb1d8
16 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class cEnderChestEntity :
public:
// tolua_end
BLOCKENTITY_PROTODEF(cEnderChestEntity);
BLOCKENTITY_PROTODEF(cEnderChestEntity)
cEnderChestEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World);
virtual ~cEnderChestEntity();