diff options
Diffstat (limited to 'src/main/java/com/anthonyhilyard/iceberg/IcebergServer.java')
-rw-r--r-- | src/main/java/com/anthonyhilyard/iceberg/IcebergServer.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/com/anthonyhilyard/iceberg/IcebergServer.java b/src/main/java/com/anthonyhilyard/iceberg/IcebergServer.java index c5baa64..4ad4e48 100644 --- a/src/main/java/com/anthonyhilyard/iceberg/IcebergServer.java +++ b/src/main/java/com/anthonyhilyard/iceberg/IcebergServer.java @@ -3,7 +3,6 @@ package com.anthonyhilyard.iceberg; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.Mod.EventBusSubscriber.Bus; -import net.minecraftforge.fml.event.server.FMLServerStartingEvent; @Mod.EventBusSubscriber(modid = Loader.MODID, bus = Bus.MOD, value = Dist.DEDICATED_SERVER) public class IcebergServer @@ -11,9 +10,4 @@ public class IcebergServer public IcebergServer() { } - - public void onServerStarting(FMLServerStartingEvent event) - { - - } } |