Remove BLOCKENTITY_PROTODEF
This commit is contained in:
@@ -26,8 +26,6 @@ class cCommandBlockEntity :
|
||||
|
||||
public: // tolua_export
|
||||
|
||||
BLOCKENTITY_PROTODEF(cCommandBlockEntity)
|
||||
|
||||
/** Creates a new empty command block entity */
|
||||
cCommandBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World);
|
||||
|
||||
@@ -73,7 +71,3 @@ private:
|
||||
|
||||
NIBBLETYPE m_Result;
|
||||
} ; // tolua_export
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user