Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Jul 7, 2021
1 parent 42e77f3 commit dca1a3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ private void start(){
getProxyLogger().info("Loaded versions.json!");
}else{
getProxyLogger().warn("Couldn't load versions.json! Check previous lines for any errors and warnings.");
return;
}
}

Expand Down

0 comments on commit dca1a3e

Please sign in to comment.