aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0239-Break-up-and-make-tab-spam-limits-configurable.patch
diff options
context:
space:
mode:
authorShane Freeder <[email protected]>2021-12-28 08:10:38 +0000
committerShane Freeder <[email protected]>2021-12-28 08:10:41 +0000
commit87e443bf9abfe89abee2045a4727692d4ea191b6 (patch)
treef5969c570e0cfa1cfdca9550fb73da7b66074219 /patches/server/0239-Break-up-and-make-tab-spam-limits-configurable.patch
parent8f65f378cea357634d71c0e8f6ea5c26acaa123e (diff)
downloadPaper-87e443bf9abfe89abee2045a4727692d4ea191b6.tar.gz
Paper-87e443bf9abfe89abee2045a4727692d4ea191b6.zip
Fix migration logic for old player saving config option
This is an ode to all those times when you shoulda just gone to bed
Diffstat (limited to 'patches/server/0239-Break-up-and-make-tab-spam-limits-configurable.patch')
-rw-r--r--patches/server/0239-Break-up-and-make-tab-spam-limits-configurable.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0239-Break-up-and-make-tab-spam-limits-configurable.patch b/patches/server/0239-Break-up-and-make-tab-spam-limits-configurable.patch
index 1510b0f520..bbfa2ad6fb 100644
--- a/patches/server/0239-Break-up-and-make-tab-spam-limits-configurable.patch
+++ b/patches/server/0239-Break-up-and-make-tab-spam-limits-configurable.patch
@@ -22,10 +22,10 @@ to take the burden of this into their own hand without having to rely on
plugins doing unsafe things.
diff --git a/src/main/java/com/destroystokyo/paper/PaperConfig.java b/src/main/java/com/destroystokyo/paper/PaperConfig.java
-index 8ecd1e851cc2168c538947623e1c328e463b52d9..1508afe593a1b62e3a33455707e2552468786614 100644
+index 915e2c5b0ffbd0d459a203e1bfb131be4c5476d4..00dd9dab2b19f3e49f3b41c20eb96a84bfae1769 100644
--- a/src/main/java/com/destroystokyo/paper/PaperConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperConfig.java
-@@ -317,4 +317,18 @@ public class PaperConfig {
+@@ -318,4 +318,18 @@ public class PaperConfig {
Bukkit.getLogger().log(Level.INFO, "Using Aikar's Alternative Luck Formula to apply Luck attribute to all loot pool calculations. See https://luckformula.emc.gs");
}
}