Removed unused import and method.
This commit is contained in:
parent
d7b8c829ae
commit
27a7302010
|
@ -80,8 +80,6 @@ import net.minecraftforge.event.entity.player.PlayerPickupXpEvent;
|
|||
import net.minecraftforge.event.world.ExplosionEvent;
|
||||
import net.minecraftforge.event.world.WorldEvent;
|
||||
import net.minecraftforge.fml.common.Mod;
|
||||
import net.minecraftforge.fml.common.Mod.EventHandler;
|
||||
import net.minecraftforge.fml.common.event.FMLServerStartedEvent;
|
||||
import net.minecraftforge.fml.common.eventhandler.EventPriority;
|
||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||
import net.minecraftforge.fml.common.gameevent.TickEvent;
|
||||
|
@ -484,7 +482,4 @@ public class GenericHandler {
|
|||
PotionEventHandlers.noGravityListMap.get(world).clear();
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
public static void onServerStarted(FMLServerStartedEvent event) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue