Skip to content

Commit

Permalink
Fix issue when cool-down was not applied (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Sep 3, 2019
1 parent 41be496 commit b0df4ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public boolean execute(User user, String label, List<String> args)
if (helper.canChangeBiome())
{
helper.updateIslandBiome();
this.setCooldown(user.getUniqueId(), this.addon.getSettings().getCoolDown());

return true;
}
Expand Down

0 comments on commit b0df4ce

Please sign in to comment.