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

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); event.setCancelled(true);
return; return;