1
0
Fork 0

fix bank loader (DMX), add new press sound

This commit is contained in:
Sen 2025-09-03 11:56:19 +02:00
parent ceda16246c
commit 9683b18337
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
5 changed files with 5 additions and 3 deletions

View file

@ -2878,7 +2878,7 @@ public class Client implements IThreadListener {
if(func != null) {
Bind.disableInput(key);
if(!(this.open instanceof GuiLoading)) {
this.soundManager.playSound(new PositionedSound(SoundEvent.CLICK, EventType.UI_INTERFACE));
this.soundManager.playSound(new PositionedSound(SoundEvent.PRESS, EventType.UI_INTERFACE));
func.runner.execute(key);
}
}