Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed an issue where the Spawn Locations Component was not properly r…
…eloading its configuration
  • Loading branch information
DarkArc committed Jul 20, 2014
1 parent beedb16 commit c42f93a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -64,6 +64,7 @@ public void enable() {
@Override @Override
public void reload() { public void reload() {
super.reload(); super.reload();
configure(config);
spawns.load(); spawns.load();
} }


Expand Down

0 comments on commit c42f93a

Please sign in to comment.