diff --git a/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/server/management/PlayerListMixin.java b/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/server/management/PlayerListMixin.java index 04e0e845a..feaaec8ef 100644 --- a/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/server/management/PlayerListMixin.java +++ b/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/server/management/PlayerListMixin.java @@ -265,11 +265,6 @@ public ServerPlayer respawn(ServerPlayer entityplayer, boolean flag, Entity.Remo } public ServerPlayer respawn(ServerPlayer playerIn, boolean flag, Entity.RemovalReason removalReason, PlayerRespawnEvent.RespawnReason respawnReason, Location location) { - if (true) { // TODO remove on next update - arclight$respawnReason = respawnReason; - arclight$loc = location; - return this.respawn(playerIn, flag, removalReason); - } if (respawnReason == null && location != null) { // TODO if (bridge$platform$onTravelToDimension(playerIn, ((CraftWorld) location.getWorld()).getHandle().dimension)) {