mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 00:47:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes:0fc6213f9cAllow skipping writing of comments to server.properties (#6251)aec9781f52Fix incorrect colors in ConsoleCommandSender messages with TranslatableComponents (#6287)9a74e70cc0fix: boats' bounding boxes must be deflated, not inflated (#6314)6226208d64Fix SysoutCatcher when plugins log before initialisation (Fixes #6323)d239eca9ddFix writing server.properties with wrong encoding (#6322)f521a18a17Updated Upstream (Bukkit/CraftBukkit)
This commit is contained in:
@@ -5,10 +5,10 @@ Subject: [PATCH] AFK API
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/level/ServerPlayer.java b/src/main/java/net/minecraft/server/level/ServerPlayer.java
|
||||
index 53806589d0138e43e50c4ca7c1e6fc9a3317d38c..a0d2480021b5cb4ae7e28d25869d78209a6096c2 100644
|
||||
index 871b006b99d3872bc8a5a238227a1624fc493eac..934d24bae4a5d6780434a0918c04dfffc12f2364 100644
|
||||
--- a/src/main/java/net/minecraft/server/level/ServerPlayer.java
|
||||
+++ b/src/main/java/net/minecraft/server/level/ServerPlayer.java
|
||||
@@ -1949,8 +1949,58 @@ public class ServerPlayer extends Player {
|
||||
@@ -1953,8 +1953,58 @@ public class ServerPlayer extends Player {
|
||||
|
||||
public void resetLastActionTime() {
|
||||
this.lastActionTime = Util.getMillis();
|
||||
|
||||
Reference in New Issue
Block a user