Update GuiBlueprintLibrary.java

Fixed a formatting error.
This commit is contained in:
ninehous 2014-05-07 23:09:54 +03:00
parent eaf44a00ef
commit 990e07f8cd

View file

@ -150,8 +150,8 @@ public class GuiBlueprintLibrary extends GuiBuildCraft {
protected void checkDelete() {
if (library.selected != -1) {
deleteButton.enabled = true;
}
else {
} else {
deleteButton.enabled = false;
}
}