mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 01:17:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appears to apply and compile correctly Paper Changes: 108efeee Fix zero reputation deleting villagers (#3857) 7db30ebd Use consistent priorities for light tasks 1de3f830 Support hex colors in getLastColors (#3922) 018d8602 Fix SPIGOT-5989 (#3920) 45909954 Fix moveToWorld worldserver reference (#3929) 9c16c413 [Auto] Updated Upstream (CraftBukkit) 45ffc2bf Move range check for block placing up (#3917)
This commit is contained in:
@@ -5,10 +5,10 @@ Subject: [PATCH] Add permission for F3+N debug
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java
|
||||
index 461cc2468..b32bd49d7 100644
|
||||
index 42e7511e0..05d3edd09 100644
|
||||
--- a/src/main/java/net/minecraft/server/PlayerList.java
|
||||
+++ b/src/main/java/net/minecraft/server/PlayerList.java
|
||||
@@ -1034,6 +1034,7 @@ public abstract class PlayerList {
|
||||
@@ -1044,6 +1044,7 @@ public abstract class PlayerList {
|
||||
} else {
|
||||
b0 = (byte) (24 + i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user