Fixed reactions

This commit is contained in:
Seth 2020-07-15 01:40:48 -07:00
parent 7a08152c14
commit a1418eb516
No known key found for this signature in database
GPG Key ID: A7BAB4E14F089CF3

View File

@ -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;
}