From 3c508d34e8a5815842072ff824e9e4ccae9298e6 Mon Sep 17 00:00:00 2001 From: ScrawnyRonnie Date: Thu, 28 Dec 2023 18:41:09 -0500 Subject: [PATCH] comment --- .../scala/net/psforever/services/teamwork/SquadService.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/net/psforever/services/teamwork/SquadService.scala b/src/main/scala/net/psforever/services/teamwork/SquadService.scala index 04515e6f..1202dbd7 100644 --- a/src/main/scala/net/psforever/services/teamwork/SquadService.scala +++ b/src/main/scala/net/psforever/services/teamwork/SquadService.scala @@ -1084,7 +1084,7 @@ class SquadService extends Actor { pSquadOpt match { //member of the squad; leave the squad case Some(features) => - LeaveSquad(charId, features) + LeaveSquad(charId, features) //adding this fixed issue of rejoining the squad on login. val squad = features.Squad val size = squad.Size subs.UserEvents.remove(charId) match {