mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-29 22:04:04 +00:00
Fixed reactions
This commit is contained in:
@@ -116,6 +116,7 @@ public class Shop extends FreedomService
|
|||||||
Date currentTime = new Date();
|
Date currentTime = new Date();
|
||||||
long seconds = (currentTime.getTime() - reactionStartTime.getTime()) / 1000;
|
long seconds = (currentTime.getTime() - reactionStartTime.getTime()) / 1000;
|
||||||
FUtil.bcastMsg(prefix + ChatColor.GREEN + winner + ChatColor.AQUA + " won in " + seconds + " seconds!", false);
|
FUtil.bcastMsg(prefix + ChatColor.GREEN + winner + ChatColor.AQUA + " won in " + seconds + " seconds!", false);
|
||||||
|
startReactionTimer();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user