Move patches to unapplied
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
--- a/net/minecraft/server/commands/SetWorldSpawnCommand.java
|
||||
+++ b/net/minecraft/server/commands/SetWorldSpawnCommand.java
|
||||
@@ -30,7 +30,7 @@
|
||||
private static int setSpawn(CommandSourceStack source, BlockPos pos, float angle) {
|
||||
ServerLevel worldserver = source.getLevel();
|
||||
|
||||
- if (worldserver.dimension() != Level.OVERWORLD) {
|
||||
+ if (false && worldserver.dimension() != Level.OVERWORLD) { // CraftBukkit - SPIGOT-7649: allow in all worlds
|
||||
source.sendFailure(Component.translatable("commands.setworldspawn.failure.not_overworld"));
|
||||
return 0;
|
||||
} else {
|
||||
Reference in New Issue
Block a user