remove comment

This commit is contained in:
Alan Moon 2025-03-20 11:17:54 -07:00
parent ba5230e799
commit 6ace686bc0

View File

@ -186,7 +186,7 @@ public class ProfileController : Controller {
GameCurrency = currency.GameCurrency,
CashCurrency = currency.CashCurrency,
ActivityCount = 0,
BuddyCount = viking.BuddyList.Count + viking.BuddiesMade.Count, // relations are hard
BuddyCount = viking.BuddyList.Count + viking.BuddiesMade.Count,
UserGradeData = new UserGrade { UserGradeID = 0 },
UserProfileTag = new UserProfileTag() {
CreateDate = new DateTime(DateTime.Now.Ticks),