Skip to content

Commit

Permalink
Fix settings not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleo committed Feb 8, 2013
1 parent bacc095 commit 0bcef1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/me/snowleo/bleedingmobs/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public final void loadConfig()
partMaterials.add(material);
}
}
ParticleType.save(builder.build());
}
particleMaterials = partMaterials;
final List<String> coll = config.getStringList("worlds");
Expand Down

0 comments on commit 0bcef1a

Please sign in to comment.