Move patches over, start with first few
This commit is contained in:
		
					parent
					
						
							
								a07371fed1
							
						
					
				
			
			
				commit
				
					
						858aabab7c
					
				
			
		
					 932 changed files with 21 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 | 
			
		||||
From: Doc <nachito94@msn.com>
 | 
			
		||||
Date: Sun, 17 Jul 2022 11:49:43 -0400
 | 
			
		||||
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 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
 | 
			
		||||
--- a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
 | 
			
		||||
+++ b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
 | 
			
		||||
@@ -0,0 +0,0 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
 | 
			
		||||
         }
 | 
			
		||||
         // Spigot end
 | 
			
		||||
         // this.chatSpamTickCount += 20;
 | 
			
		||||
-        if (this.chatSpamTickCount.addAndGet(20) > 200 && !this.server.getPlayerList().isOp(this.player.getGameProfile())) {
 | 
			
		||||
+        if (counted && this.chatSpamTickCount.addAndGet(20) > 200 && !this.server.getPlayerList().isOp(this.player.getGameProfile())) { // Paper - exclude from SpigotConfig.spamExclusions
 | 
			
		||||
             if (!isSync) {
 | 
			
		||||
                 Waitable waitable = new Waitable() {
 | 
			
		||||
                     @Override
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue