Skip to content

Commit

Permalink
Fixed an issue where the Spawn Locations Component was not properly r…
Browse files Browse the repository at this point in the history
…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
public void reload() {
super.reload();
configure(config);
spawns.load();
}

Expand Down

0 comments on commit c42f93a

Please sign in to comment.