You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Spigot-Server-Patches/0243-Disable-kick-for-tab-complete-packet-spam.patch
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
From 9219bd632cfcff6d269a083a00bb20c3f7838c1e Mon Sep 17 00:00:00 2001
1
+
From 21577a5f6e98991a9925549a2a8084a3efaaedca Mon Sep 17 00:00:00 2001
2
2
From: RoccoDev <hey@rocco.dev>
3
3
Date: Sun, 14 Jul 2024 23:18:21 +0200
4
4
Subject: [PATCH] Disable kick for tab complete packet spam
5
5
6
6
Newer versions send tab complete packets while typing the command/arguments. This also separates the chat/command and tab-complete spam counters so that they don't affect each other.
0 commit comments