Skip to content

Commit

Permalink
Fix Forge event handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Sep 14, 2024
1 parent 42a2b3f commit 2dc7b1d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package it.crystalnest.server_sided_portals.handlers;

import it.crystalnest.server_sided_portals.Constants;
import it.crystalnest.server_sided_portals.api.CustomPortalChecker;
import it.crystalnest.server_sided_portals.api.Teleportable;
import net.minecraft.server.MinecraftServer;
Expand All @@ -14,7 +15,7 @@
/**
* {@link EntityTravelToDimensionEvent} handler.
*/
@EventBusSubscriber(bus = Bus.FORGE)
@EventBusSubscriber(modid = Constants.MOD_ID, bus = Bus.FORGE)
public final class EntityTravelToDimensionEventHandler {
private EntityTravelToDimensionEventHandler() {}

Expand Down

0 comments on commit 2dc7b1d

Please sign in to comment.