9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-27 02:39:09 +00:00

Updated Upstream (Purpur)

Upstream has released updates that appear to apply and compile correctly

Purpur Changes:
PurpurMC/Purpur@80b6d34 Updated Upstream (Paper)
PurpurMC/Purpur@ba378a7 fix(axe/strippables): add missing strippable options for pale oak
PurpurMC/Purpur@9f0aa88 Updated Upstream (Paper)
PurpurMC/Purpur@8a37dc4 fix(ridables): could not control flying/water mobs
PurpurMC/Purpur@fef8059 fix(ridables): can't jump while riding land mobs
PurpurMC/Purpur@254730e fix(ridables): stop error by calling correct particles method
PurpurMC/Purpur@4a204f1 fix(ridables): can't fly up using spacebar with certain flying mobs
This commit is contained in:
NONPLAYT
2024-12-12 19:01:00 +03:00
parent 5134b5b540
commit 2a2169991c
3 changed files with 11 additions and 11 deletions

View File

@@ -33,10 +33,10 @@ index 8a468f0c09daf23cfbddb3c607a758c6411babfc..28061983ab0abaf0ddc95b5eaedcf153
for (int i = 0; i < message.length(); ++i) {
if (!StringUtil.isAllowedChatCharacter(message.charAt(i))) {
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
index d43577ee22c5cafb8bd84d96c24292550a52795c..3dfd941a95ee24db4aae6bd003fa58e26cc90dba 100644
index 029d6daa003f90999afa4e5070eabf6e0ada473a..925b9bd6e2509a88bf0726e58603c9e01cd206f2 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
@@ -759,6 +759,8 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
@@ -767,6 +767,8 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
Preconditions.checkArgument(msg != null, "msg cannot be null");
if (this.getHandle().connection == null) return;