From 6ace686bc00146bcf03cdeca131c3a0bfb54ce35 Mon Sep 17 00:00:00 2001 From: AlanMoonbase Date: Thu, 20 Mar 2025 11:17:54 -0700 Subject: [PATCH] remove comment --- src/Controllers/Common/ProfileController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controllers/Common/ProfileController.cs b/src/Controllers/Common/ProfileController.cs index 815d63a..41bb5a9 100644 --- a/src/Controllers/Common/ProfileController.cs +++ b/src/Controllers/Common/ProfileController.cs @@ -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),