was going to try blocking characters who have been refused from squad from getting squad updates but forgot it wouldn't be safe to do this here

This commit is contained in:
FateJH 2019-10-08 20:01:52 -04:00
parent 5a1527ae10
commit 7d9d5105f6

View file

@ -2710,7 +2710,6 @@ class SquadService extends Actor {
//remove squad from listing
factionListings.remove(index)
//Publish(faction, SquadResponse.RemoveFromList(Seq(index)))
squadFeatures(squad.GUID).Refuse
Publish(faction, SquadResponse.InitList(PublishedLists(factionListings)))
}
case None =>