Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
修复修复一次会打开两个页面的bug的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SeraphJACK committed May 26, 2018
1 parent 5c72d99 commit 76a9113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/cfpa/i18nupdatemod/report/ReportKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public static void onKeyPress(GuiScreenEvent.KeyboardInputEvent.Pre e) {
if (!Keyboard.isKeyDown(reportKey.getKeyCode())) {
showed = false;
}
return;
}
if (guiScreen instanceof GuiContainer && Keyboard.getEventKey() == reportKey.getKeyCode()) {
GuiContainer guiContainer = (GuiContainer) guiScreen;
Expand Down

0 comments on commit 76a9113

Please sign in to comment.