Bump PE version

This commit is contained in:
libraryaddict 2024-11-07 14:41:00 +13:00
parent d8c9909315
commit 9a89435bfd

View File

@ -70,7 +70,7 @@ public class PacketEventsUpdater {
*/
public static Instant getMinimumPacketEventsBuildTimestamp() {
// As taken from the most recent packetevents compiled jar
return Instant.ofEpochMilli(1729986313878L);
return Instant.ofEpochMilli(1730661163638L);
}
public static boolean isPacketEventsOutdated(Instant requiredTime) {