Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
(cherry picked from commit 59b600c)
  • Loading branch information
austinv11 committed Jun 3, 2015
1 parent 788f67a commit 289991e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.util.HashMap;
import java.util.Iterator;

@Optional.InterfaceList(value = {@Optional.Interface(modid="appliedenergistics2",iface="appeng.api.networking.security.IActionHpst", striprefs=true), @Optional.Interface(modid="appliedenergistics2",iface="appeng.api.networking.IGridBlock", striprefs=true)})
@Optional.InterfaceList(value = {@Optional.Interface(modid="appliedenergistics2",iface="appeng.api.networking.security.IActionHost", striprefs=true), @Optional.Interface(modid="appliedenergistics2",iface="appeng.api.networking.IGridBlock", striprefs=true)})
public class TileEntityMEBridge extends MountedTileEntity implements IActionHost, IGridBlock {

public static String publicName = "meBridge";
Expand Down

0 comments on commit 289991e

Please sign in to comment.