mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 12:00:59 +00:00
Increase tab unload delay from 5 to 20
This commit is contained in:
parent
3e96e765e9
commit
76484b18a7
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@ public class PacketListenerChannelRegister extends PacketAdapter {
|
|||
|
||||
player.setMetadata("ld_loggedin", new FixedMetadataValue(LibsDisguises.getInstance(), true));
|
||||
}
|
||||
}.runTaskLater(LibsDisguises.getInstance(), 5);
|
||||
}.runTaskLater(LibsDisguises.getInstance(), 20);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue