Cleanup formatting.

This commit is contained in:
Grant
2012-12-24 16:56:25 -05:00
parent 6b3bde585d
commit 36d5344ded
67 changed files with 894 additions and 849 deletions

View File

@ -374,7 +374,7 @@ public class PartyManager {
*/
private void loadParties() {
File file = new File(partiesFilePath);
if (!file.exists()) {
return;
}