Skip to content

Commit

Permalink
Fix #137
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Aug 8, 2015
1 parent accccd0 commit 4951479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public class NEIAddon {
public void initialize() {
API.hideItem(new ItemStack(Content.itemSocket));
API.hideItem(new ItemStack(Content.blockSocket));
}

public static void hideGUI(boolean hide) {
Expand Down

0 comments on commit 4951479

Please sign in to comment.