increased sapling cooldown to 20 minutes from one second.

This commit is contained in:
NewGarbo 2016-01-25 17:13:53 +00:00
parent 7f1c74ced5
commit 2bf2050844
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ public class Gameplay extends MiniPlugin
}
}
if (!Recharge.Instance.use(event.getPlayer(), "Place Sapling", 1000, true, false))
if (!Recharge.Instance.use(event.getPlayer(), "Place Sapling", 20 * 60 * 1000, true, false))
{
event.setCancelled(true);
return;