Skip to content

Commit 7a8047b

Browse files
committed
Commit
1 parent a0ac4ce commit 7a8047b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/me/nik/combatplus/handlers/UpdateChecker.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public void run() {
2929
newVersion = readLines();
3030
} catch (IOException e) {
3131
plugin.getLogger().warning("Couldn't check for updates, Is the server connected to the internet?");
32+
return;
3233
}
3334

3435
if (!plugin.getDescription().getVersion().equals(newVersion)) {

0 commit comments

Comments
 (0)