Skip to content

Commit

Permalink
close #55
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveG committed Feb 6, 2016
1 parent bba7551 commit 18f8cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/think/rpgitems/PowerHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void consume(CommandSender sender, RPGItem item) {
@CommandGroup("item_power_fire")
public void fire(CommandSender sender, RPGItem item, int cooldown, int distance, int burnduration) {
PowerFire pow = new PowerFire();
pow.cooldownTime = 20;
pow.cooldownTime = cooldown;
pow.distance = distance;
pow.burnduration = burnduration;
pow.item = item;
Expand Down

0 comments on commit 18f8cc9

Please sign in to comment.