1
0

Fixed DropSpensers not rotating properly

This commit is contained in:
Tiger Wang 2013-09-09 19:36:53 +01:00
parent 30ac3f5838
commit e0c649dcc4

View File

@ -31,7 +31,7 @@ public:
a_BlockType = m_BlockType;
// FIXME: Do not use cPiston class for dispenser placement!
a_BlockMeta = cPiston::RotationPitchToMetaData(a_Player->GetRotation(), 0);
a_BlockMeta = cPiston::RotationPitchToMetaData(a_Player->GetRotation(), a_Player->GetPitch());
return true;
}
} ;