Blaze shoot sound fix
This commit is contained in:
parent
4c5d9d38f4
commit
0197f25c07
@ -73,7 +73,7 @@ void cBlaze::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
|
|||||||
auto FireChargePtr = FireCharge.get();
|
auto FireChargePtr = FireCharge.get();
|
||||||
FireChargePtr->Initialize(std::move(FireCharge), *m_World);
|
FireChargePtr->Initialize(std::move(FireCharge), *m_World);
|
||||||
|
|
||||||
m_World->BroadcastSoundEffect("entity.ghast.shoot", GetPosition(), 4.0f, 1.0f);
|
m_World->BroadcastSoundEffect("entity.blaze.shoot", GetPosition(), 4.0f, 1.0f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user