1
0
Fork 0

Fixed errors

This commit is contained in:
Tycho 2014-03-01 10:17:55 -08:00
parent 5093b75ef1
commit 1e1d89fd20
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ class cBlockChestHandler :
{
public:
cBlockChestHandler(BLOCKTYPE a_BlockType)
: cMetaRotater<cBlockEntityHandler,0x07,0x02,0x05,0x03,0x04, true>(a_BlockType)
: cMetaRotater<cBlockEntityHandler,0x07,0x04,0x01,0x03,0x02, true>(a_BlockType)
{
}

View File

@ -17,7 +17,7 @@ class cBlockDropSpenserHandler :
{
public:
cBlockDropSpenserHandler(BLOCKTYPE a_BlockType) :
cMetaRotater<cBlockEntitHandler,0x07,0x02,0x05,0x03,0x04>(a_BlockType)
cMetaRotater<cBlockEntityHandler,0x07,0x02,0x05,0x03,0x04>(a_BlockType)
{
}