Add untested update system, add delay config option for tablist

This commit is contained in:
libraryaddict
2020-04-19 14:55:39 +12:00
parent 843d955521
commit b527b3d166
8 changed files with 199 additions and 12 deletions

View File

@@ -181,7 +181,7 @@ public class PacketHandlerSpawn implements IPacketHandler {
if (LibsPremium.getPaidInformation() == null ||
LibsPremium.getPaidInformation().getBuildNumber().matches("#[0-9]+")) {
packets.addDelayedPacket(deleteTab, 2);
packets.addDelayedPacket(deleteTab, DisguiseConfig.getTablistRemoveDelay());
}
}