Skip to content

Commit 98d5009

Browse files
committed
chore: Remove outdated TODO
1 parent 3aab54f commit 98d5009

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/src/main/java/net/blay09/mods/netherportalfix/NetherPortalFix.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class NetherPortalFix {
1919
public static void initialize(BalmRegistrars registrars) {
2020
Balm.networking().allowServerOnly(MOD_ID);
2121

22-
// TODO Why do we have both this and a mixin?
2322
ServerPlayerCallback.DimensionChange.EVENT.register((player, fromDim, toDim) -> {
2423
final ResourceKey<Level> OVERWORLD = Level.OVERWORLD;
2524
final ResourceKey<Level> THE_NETHER = Level.NETHER;

0 commit comments

Comments
 (0)