diff --git a/Spigot-Server-Patches/Add-PlayerInitialSpawnEvent.patch b/Spigot-Server-Patches/Add-PlayerInitialSpawnEvent.patch index be45faea4..e1b19841a 100644 --- a/Spigot-Server-Patches/Add-PlayerInitialSpawnEvent.patch +++ b/Spigot-Server-Patches/Add-PlayerInitialSpawnEvent.patch @@ -26,7 +26,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + entityplayer.yaw = newLoc.getYaw(); + entityplayer.pitch = newLoc.getPitch(); + entityplayer.dimension = ((CraftWorld) newLoc.getWorld()).getHandle().dimension; -+ entityplayer.spawnWorld = entityplayer.world.worldData.getName(); + // Paper end + entityplayer.spawnIn(this.server.getWorldServer(entityplayer.dimension));