mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-17 04:41:31 +01:00
Increase player NPC skin update delay on join to possibly help Bungee
This commit is contained in:
parent
14cd243d6a
commit
0c833e2566
@ -414,7 +414,7 @@ public class EventListen implements Listener {
|
|||||||
|
|
||||||
@EventHandler(priority = EventPriority.MONITOR)
|
@EventHandler(priority = EventPriority.MONITOR)
|
||||||
public void onPlayerJoin(PlayerJoinEvent event) {
|
public void onPlayerJoin(PlayerJoinEvent event) {
|
||||||
skinUpdateTracker.updatePlayer(event.getPlayer(), 20, true);
|
skinUpdateTracker.updatePlayer(event.getPlayer(), 6 * 20, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// recalculate player NPCs the first time a player moves and every time
|
// recalculate player NPCs the first time a player moves and every time
|
||||||
|
Loading…
Reference in New Issue
Block a user