mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Fix returning from the end always going to world spawn (#1946)
This commit is contained in:
parent
46dfd9a1b4
commit
a1d9bbf544
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ public class ServerPlayerEntityMixin {
|
|||
return null;
|
||||
}
|
||||
|
||||
return World.END;
|
||||
return World.OVERWORLD;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue