UpdateAPI bug

When joining the server, it could happen that an error occurred, because the UpdateChecker had not yet checked the public version.
This commit is contained in:
2022-01-11 02:58:00 +01:00
parent 3cb557c0e1
commit 2db5be7d56
12 changed files with 7 additions and 9 deletions

View File

@@ -21,7 +21,6 @@ import org.bukkit.plugin.java.JavaPlugin;
import java.io.File;
import java.util.List;
import java.util.Objects;
public final class Main extends JavaPlugin {