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

Commit

Permalink
Disable item signpicture
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcl committed Feb 9, 2017
1 parent 1831d84 commit bb7a63c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public static void init() {
} catch (final SecurityException e) {
Log.log.error("Could not hook TileEntitySign field included in GuiEditSign", e);
}
handlers.add(new AnvilHandler());
// 実装が不完全の為
// handlers.add(new AnvilHandler());
}

private boolean isPlaceMode;
Expand Down

0 comments on commit bb7a63c

Please sign in to comment.