diff options
author | Pacien TRAN-GIRARD | 2014-05-18 20:15:10 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-05-18 20:15:10 +0200 |
commit | 9a908a7f1b1f617c675647c9e8b7bd7005abfb18 (patch) | |
tree | 2ebc6984b1875906e8c7f95057f66bfa1bd3c4d6 /src | |
parent | 03be2894b30b262eafc4005dc8a060ee16a76b87 (diff) | |
download | esieequest-9a908a7f1b1f617c675647c9e8b7bd7005abfb18.tar.gz |
Fix inventory not closing
Diffstat (limited to 'src')
-rw-r--r-- | src/esieequest/view/app/UserInterface.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/esieequest/view/app/UserInterface.java b/src/esieequest/view/app/UserInterface.java index d544c9a..0b0a44b 100644 --- a/src/esieequest/view/app/UserInterface.java +++ b/src/esieequest/view/app/UserInterface.java | |||
@@ -455,7 +455,6 @@ abstract class UserInterface implements Viewable, ActionListener { | |||
455 | */ | 455 | */ |
456 | @Override | 456 | @Override |
457 | public void actionPerformed(final ActionEvent actionEvent) { | 457 | public void actionPerformed(final ActionEvent actionEvent) { |
458 | this.echo(actionEvent.toString()); | ||
459 | if (actionEvent.getActionCommand() == Text.INVENTORY_BUTTON.toString()) { | 458 | if (actionEvent.getActionCommand() == Text.INVENTORY_BUTTON.toString()) { |
460 | this.toggleInventory(); | 459 | this.toggleInventory(); |
461 | } else { | 460 | } else { |