fix bank loader (DMX), add new press sound
This commit is contained in:
parent
ceda16246c
commit
9683b18337
5 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue