From 7de49b091c4dc7cac1476b430d49a2e33d9c86a6 Mon Sep 17 00:00:00 2001 From: ScrawnyRonnie Date: Thu, 11 Jan 2024 13:07:37 -0500 Subject: [PATCH] no print --- .../net/psforever/services/teamwork/SquadService.scala | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/scala/net/psforever/services/teamwork/SquadService.scala b/src/main/scala/net/psforever/services/teamwork/SquadService.scala index 5c173f2b4..922368c81 100644 --- a/src/main/scala/net/psforever/services/teamwork/SquadService.scala +++ b/src/main/scala/net/psforever/services/teamwork/SquadService.scala @@ -1015,12 +1015,10 @@ class SquadService extends Actor { subs.Publish(charId, SquadResponse.Detail(PlanetSideGUID(0), completelyBlankSquadDetail)) } UpdateSquadListWhenListed(features.Stop, None) + //remove from list of squads squadFeatures -= guid - //really make sure it is removed + //really make sure it is removed from listed squads publishedLists(squad.Faction) -= guid - //testing - println(s"AllSquads Removed: $guid - Remaining: $squadFeatures") - println(s"ListedSquads: $publishedLists") } /**