mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-25 03:55:30 +01:00
Increase tablist packet remove delay
This commit is contained in:
parent
3f22903b04
commit
ecd6df2e15
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
# Build files
|
||||
target/
|
||||
bin/
|
||||
dependency-reduced-pom.xml
|
||||
*.jar
|
||||
*.jardesc
|
||||
*.lnk
|
||||
|
@ -249,6 +249,6 @@ public class SkinPacketTracker {
|
||||
|
||||
private static final Location CACHE_LOCATION = new Location(null, 0, 0, 0);
|
||||
private static PlayerListener LISTENER;
|
||||
private static final int PACKET_DELAY_REMOVE = 1;
|
||||
private static final int PACKET_DELAY_REMOVE = 2;
|
||||
private static final TabListRemover TAB_LIST_REMOVER = new TabListRemover();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user