Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@d10c3129 Update inactive tick handler (#13621)
PaperMC/Paper@6103cc7f Expand mobs-can-always-pick-up-loot.zombies for husk (#13624)
PaperMC/Paper@255c25e2 fix "do not prematurely disconnect players on stop" (#13625)
PaperMC/Paper@e17a767f Logging fixes around plugin disable and shutdown; logging cleanup (#13622)
PaperMC/Paper@1f1406f1 Fix collision inconsistency with Vanilla
PaperMC/Paper@6f71be80 Sync Moonrise
This commit is contained in:
granny
2026-02-18 03:56:56 +00:00
parent f6242c0a30
commit a917106428
5 changed files with 15 additions and 15 deletions

View File

@@ -7,8 +7,8 @@
+ private List<String> extraInfo = List.of("", "DO NOT REPORT THIS TO PAPER! REPORT TO PURPUR INSTEAD!", ""); // Purpur - Rebrand
public CrashReport(String title, Throwable exception) {
io.papermc.paper.util.StacktraceDeobfuscator.INSTANCE.deobfuscateThrowable(exception); // Paper
@@ -130,7 +_,7 @@
this.title = title;
@@ -129,7 +_,7 @@
}
public String getFriendlyReport(ReportType type) {
@@ -17,7 +17,7 @@
}
public @Nullable Path getSaveFile() {
@@ -160,7 +_,7 @@
@@ -159,7 +_,7 @@
}
public boolean saveToFile(Path path, ReportType type) {