diff options
author | Jake Potrebic <[email protected]> | 2022-08-05 15:58:34 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-05 15:58:34 -0700 |
commit | bef2c9d005bdd039f188ee53094a928e76bd8e59 (patch) | |
tree | b05c9875c61a2e73c32a661d822dbfce3dbbc68b /patches/server/0918-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch | |
parent | 02831e3369cc9ad76a3add2e4140eb1e6d67cd4f (diff) | |
download | Paper-bef2c9d005bdd039f188ee53094a928e76bd8e59.tar.gz Paper-bef2c9d005bdd039f188ee53094a928e76bd8e59.zip |
1.19.2 (#8250)
Diffstat (limited to 'patches/server/0918-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch')
-rw-r--r-- | patches/server/0918-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0918-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch b/patches/server/0918-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch index 3af4ed9840..81b721d85e 100644 --- a/patches/server/0918-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch +++ b/patches/server/0918-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Fix Spigot Config not using commands.spam-exclusions diff --git a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java -index 456a542438e9e2ea47b024daf90d0132b936d02b..3ec16bc35e29d178d4ed99fbeae559d41361efc3 100644 +index 9ed83f352cf9d1ea0d869436796f0073412d72c7..71279d9c4d3c728f828eb8a5a2d7b435e527c01b 100644 --- a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java +++ b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java -@@ -2587,7 +2587,7 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Tic +@@ -2588,7 +2588,7 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Tic } // Spigot end // this.chatSpamTickCount += 20; |