mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 01:17:42 +01:00
Updated Upstream (Paper, Tuinity, & Airplane)
Upstream has released updates that appear to apply and compile correctly Paper Changes: d4532f7e7 bug #5373 - fix AsyncChatEvent not being posted when processing a legacy APCE continuation 522ae1c51 Replace all block states of a specified block (#5055) 1cda67118 [Auto] Updated Upstream (CraftBukkit) Tuinity Changes: 44e8e5de5 Do not load extra radius of chunks when loading a single chunk 31f9cae05 Revert custom table implementation for blockstate states 9ac33d168 Be aware of entity teleports when chunk checking entities 18c7f3f59 Always set impluse for projectiles to true, even if hit failed Airplane Changes: 0f8044393 Update Upstream (Tuinity) 2f6cbdc74 More debug for plugins not shutting down tasks 12e1b6169 Update Upstream (Tuinity) fc778d30b Update README.md b23bee302 Remove debug 8157e9838 Config style, flare style, disable tracker by def 98d0b589b Updates to README
This commit is contained in:
@@ -41,10 +41,10 @@ index 4627261562a1482aecf4034b8717ecccc2dd9eb0..a34ed978596f1a466b0b48e7db92ac4f
|
||||
public static boolean enderChestSixRows = false;
|
||||
public static boolean enderChestPermissionRows = false;
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
index a33f22fb3ae807dc0c4cde537a2ca6c8250419a8..780b737e5c6b073fdf4b558f31306b6703178b17 100644
|
||||
index e5fd26a42b3f7ca11005d3311c5f6b25f193c850..d73e68689a5dab8efd3e5d84cffa9ae67a40518c 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
@@ -2526,5 +2526,10 @@ public final class CraftServer implements Server {
|
||||
@@ -2531,5 +2531,10 @@ public final class CraftServer implements Server {
|
||||
public String getServerName() {
|
||||
return getProperties().serverName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user