mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@6520ca1 Fix main thread priority being lowered (#9488) PaperMC/Paper@47b805f Don't let player loot if reloot time is disabled (#9615) PaperMC/Paper@73af2d4 Add clicked position to PlayerUseUnknownEntityEvent (#9604) PaperMC/Paper@ea1f33c Delete patch to fix PaperMC/Paper#9612 (#9621) PaperMC/Paper@307d05b Count down radius-aware dependency tree node parents (#9600) PaperMC/Paper@eb8f2bb Fix unknown entity interaction clicked position getter if null PaperMC/Paper@fd4f0c7 API for an entity's scoreboard name (#9462) PaperMC/Paper@2bd6ba2 Deprecate and replace methods using deprecated StructureType (#8643) PaperMC/Paper@666a214 [ci skip] rebuild patches
This commit is contained in:
@@ -112,7 +112,7 @@ index f5a3203c60e555c496626c842d72e4cdc6cd9f6e..dc71cf3c66a0a4390177428688e6f4ee
|
||||
this.world = new CraftWorld((ServerLevel) this, gen, biomeProvider, env);
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
index a2e1a7f5afbdc9c9c7fea251bf7b50ccf9c32dfc..e38a36e9af6630280958692286de94dd3df55e1c 100644
|
||||
index 4a5804e14b82229fc4b4bf44725d79f55d0d4c80..a78cf70e754ec35366fc269cca8e2deda14635b0 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
@@ -1057,6 +1057,7 @@ public final class CraftServer implements Server {
|
||||
@@ -139,7 +139,7 @@ index a2e1a7f5afbdc9c9c7fea251bf7b50ccf9c32dfc..e38a36e9af6630280958692286de94dd
|
||||
this.overrideAllCommandBlockCommands = this.commandsConfiguration.getStringList("command-block-overrides").contains("*");
|
||||
this.ignoreVanillaPermissions = this.commandsConfiguration.getBoolean("ignore-vanilla-permissions");
|
||||
|
||||
@@ -2907,6 +2910,18 @@ public final class CraftServer implements Server {
|
||||
@@ -2937,6 +2940,18 @@ public final class CraftServer implements Server {
|
||||
return CraftServer.this.console.paperConfigurations.createLegacyObject(CraftServer.this.console);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user