Update GuiBlueprintLibrary.java
Fixed a formatting error.
This commit is contained in:
parent
eaf44a00ef
commit
990e07f8cd
1 changed files with 2 additions and 2 deletions
|
@ -150,8 +150,8 @@ public class GuiBlueprintLibrary extends GuiBuildCraft {
|
|||
protected void checkDelete() {
|
||||
if (library.selected != -1) {
|
||||
deleteButton.enabled = true;
|
||||
}
|
||||
else {
|
||||
|
||||
} else {
|
||||
deleteButton.enabled = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue