mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-28 21:55:29 +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
|
# Build files
|
||||||
target/
|
target/
|
||||||
bin/
|
bin/
|
||||||
|
dependency-reduced-pom.xml
|
||||||
*.jar
|
*.jar
|
||||||
*.jardesc
|
*.jardesc
|
||||||
*.lnk
|
*.lnk
|
||||||
|
@ -249,6 +249,6 @@ public class SkinPacketTracker {
|
|||||||
|
|
||||||
private static final Location CACHE_LOCATION = new Location(null, 0, 0, 0);
|
private static final Location CACHE_LOCATION = new Location(null, 0, 0, 0);
|
||||||
private static PlayerListener LISTENER;
|
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();
|
private static final TabListRemover TAB_LIST_REMOVER = new TabListRemover();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user