mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
Fixed reactions
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user