Reformat and clean up "tools" package
This commit is contained in:
@@ -121,7 +121,7 @@ public class MonsterStatFetcher {
|
||||
}
|
||||
|
||||
monsterStats.put(mid, stats);
|
||||
} catch(NullPointerException npe) {
|
||||
} catch (NullPointerException npe) {
|
||||
//System.out.println("[SEVERE] " + mFile.getName() + " failed to load. Issue: " + npe.getMessage() + "\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user