Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@b63dc92e Restore currentTick counter increment as temp feature patch
This commit is contained in:
granny
2025-10-05 12:56:09 -07:00
parent ec21253ab8
commit 58f89c991e
3 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@
// adjust ticksBehind so that it is not greater-than catchup
if (ticksBehind > catchup) {
@@ -1729,7 +_,7 @@
@@ -1730,7 +_,7 @@
long worldTime = level.getGameTime();
final ClientboundSetTimePacket worldPacket = new ClientboundSetTimePacket(worldTime, dayTime, doDaylight);
for (Player entityhuman : level.players()) {
@@ -88,7 +88,7 @@
continue;
}
ServerPlayer entityplayer = (ServerPlayer) entityhuman;
@@ -1901,7 +_,7 @@
@@ -1902,7 +_,7 @@
@DontObfuscate
public String getServerModName() {