Skip to content

Commit

Permalink
Actually reading through the logs it's still a problem for things
Browse files Browse the repository at this point in the history
  • Loading branch information
oitsjustjose committed Aug 16, 2018
1 parent 478c962 commit 0ca9f30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ private void loadLanguages()
}
catch (StringIndexOutOfBoundsException e)
{
in = Geolosys.class.getResourceAsStream("/assets/geolosys/lang/en_US.lang");
Geolosys.getInstance().LOGGER.info("Couldn't find langfile " + lang.getLanguageCode() + ", defaulting to en_US");
Geolosys.getInstance().LOGGER.info("Couldn't find langfile " + lang.getLanguageCode() + ", things may go badly.");
continue;
}
if (in == null)
{
Expand Down

0 comments on commit 0ca9f30

Please sign in to comment.