예제 #1
0
        /// <summary>
        /// Adds a player to the hall of shame.
        /// </summary>
        /// <param name="report"></param>
        public void AddBan(JusticeSystem.Report report)
        {
            var rec = GenerateRecord(report);

            if (string.IsNullOrEmpty(rec))
            {
                return;
            }
            Html.AddRecord(rec);
        }