From a1418eb5166d423339cd724b7a05f4a5abe93e70 Mon Sep 17 00:00:00 2001 From: Seth <13510767+ZeroEpoch1969@users.noreply.github.com> Date: Wed, 15 Jul 2020 01:40:48 -0700 Subject: [PATCH] Fixed reactions --- src/main/java/me/totalfreedom/totalfreedommod/shop/Shop.java | 1 + 1 file changed, 1 insertion(+) 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; }