generated from MrSphay/codex-agent-repository-kit
This commit is contained in:
@@ -29,8 +29,8 @@ public class ConcussionSoundManager {
|
||||
if (event.phase != TickEvent.Phase.END) {
|
||||
return;
|
||||
}
|
||||
Minecraft mc = Minecraft.m_91087_();
|
||||
if (mc.f_91073_ == null || mc.f_91074_ == null) {
|
||||
Minecraft mc = Minecraft.getInstance();
|
||||
if (mc.f_91073_ == null || mc.player == null) {
|
||||
if (currentLowSound != null) {
|
||||
mc.m_91106_().m_120399_((SoundInstance)currentLowSound);
|
||||
currentLowSound = null;
|
||||
|
||||
Reference in New Issue
Block a user