internal string RoundTimeLeftMessage() { TimeSpan left = RoundStart.Add(cfg.RoundTime) - DateTime.UtcNow; return("&3" + left.Shorten(true) + " &Suntil the round ends."); }
internal string FloodTimeLeftMessage() { TimeSpan left = RoundStart.Add(cfg.FloodTime) - DateTime.UtcNow; return("&3" + left.Shorten(true) + " %Suntil the flood."); }