diff --git a/src/main/java/me/totalfreedom/totalfreedommod/shop/Shop.java b/src/main/java/me/totalfreedom/totalfreedommod/shop/Shop.java index 17581ab6..253c016c 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/shop/Shop.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/shop/Shop.java @@ -116,6 +116,7 @@ public class Shop extends FreedomService Date currentTime = new Date(); long seconds = (currentTime.getTime() - reactionStartTime.getTime()) / 1000; FUtil.bcastMsg(prefix + ChatColor.GREEN + winner + ChatColor.AQUA + " won in " + seconds + " seconds!", false); + startReactionTimer(); return; }