1
0

Suggestions

This commit is contained in:
Tiger Wang
2014-07-04 17:42:40 +01:00
parent f4e3c01a71
commit 79e558be34
7 changed files with 20 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ cThrownSnowballEntity::cThrownSnowballEntity(cEntity * a_Creator, double a_X, do
void cThrownSnowballEntity::OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace)
{
m_DestroyTimer = 5;
m_DestroyTimer = 2;
}