Skip to content

Commit

Permalink
Remove wrong SideOnly annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
davboecki committed Sep 23, 2013
1 parent f5457bc commit af7e3c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/logisticspipes/items/ItemModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ private class Module {
private String name;
private int id;
private Class<? extends LogisticsModule> moduleClass;
@SideOnly(Side.CLIENT)
private Icon moduleIcon = null;

private Module(int id, String name, Class<? extends LogisticsModule> moduleClass) {
Expand Down

0 comments on commit af7e3c6

Please sign in to comment.