mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Duh, after pressing a button it still happened. Not anymore it don't. >__>
This commit is contained in:
parent
0a77476470
commit
dedae49689
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class GuiBooklet extends GuiScreen{
|
|||
@Override
|
||||
protected void mouseClicked(int par1, int par2, int par3){
|
||||
this.searchField.mouseClicked(par1, par2, par3);
|
||||
if(par3 == 0){
|
||||
if(par3 == 0 && this.currentChapter != null){
|
||||
this.mouseClicked = true;
|
||||
}
|
||||
super.mouseClicked(par1, par2, par3);
|
||||
|
|
Loading…
Reference in a new issue