1
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

@@ -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)
{
}