summaryrefslogtreecommitdiff
path: root/ihl/enviroment/LaserHitMirrorEventHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/enviroment/LaserHitMirrorEventHandler.java')
-rw-r--r--ihl/enviroment/LaserHitMirrorEventHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/enviroment/LaserHitMirrorEventHandler.java b/ihl/enviroment/LaserHitMirrorEventHandler.java
index 9baee2d..6cd61fc 100644
--- a/ihl/enviroment/LaserHitMirrorEventHandler.java
+++ b/ihl/enviroment/LaserHitMirrorEventHandler.java
@@ -1,11 +1,11 @@
package ihl.enviroment;
+import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import ic2.api.event.LaserEvent;
import ic2.core.item.tool.EntityMiningLaser;
import net.minecraft.entity.Entity;
import net.minecraft.tileentity.TileEntity;
import net.minecraftforge.common.util.ForgeDirection;
-import cpw.mods.fml.common.eventhandler.SubscribeEvent;
public class LaserHitMirrorEventHandler
{