mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-30 04:19:30 +00:00
fix packet on 1.18
This commit is contained in:
@@ -21,6 +21,8 @@ import java.util.concurrent.CompletableFuture;
|
||||
|
||||
public interface VersionManager {
|
||||
|
||||
boolean isVersionNewerThan1_19();
|
||||
|
||||
boolean isVersionNewerThan1_19_R2();
|
||||
|
||||
CompletableFuture<Boolean> checkUpdate();
|
||||
|
||||
Reference in New Issue
Block a user