修复音效问题
This commit is contained in:
parent
43ddfb5674
commit
b252f29a21
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ public class ClickHandler {
|
|||
if (key == ModKeyMappings.DISMOUNT.getKey().getValue()) {
|
||||
handleDismountPress(player);
|
||||
}
|
||||
if (key == ModKeyMappings.EDIT_MODE.getKey().getValue() && ClientEventHandler.burstFireAmount == 0) {
|
||||
if (key == ModKeyMappings.EDIT_MODE.getKey().getValue() && ClientEventHandler.burstFireAmount == 0 && stack.getItem() instanceof GunItem) {
|
||||
ClientEventHandler.holdFire = false;
|
||||
|
||||
if (!isEditing) {
|
||||
|
|
Loading…
Add table
Reference in a new issue