mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-29 16:25:30 +00:00
comment
This commit is contained in:
parent
11e5834c02
commit
3c508d34e8
1 changed files with 1 additions and 1 deletions
|
|
@ -1084,7 +1084,7 @@ class SquadService extends Actor {
|
||||||
pSquadOpt match {
|
pSquadOpt match {
|
||||||
//member of the squad; leave the squad
|
//member of the squad; leave the squad
|
||||||
case Some(features) =>
|
case Some(features) =>
|
||||||
LeaveSquad(charId, features)
|
LeaveSquad(charId, features) //adding this fixed issue of rejoining the squad on login.
|
||||||
val squad = features.Squad
|
val squad = features.Squad
|
||||||
val size = squad.Size
|
val size = squad.Size
|
||||||
subs.UserEvents.remove(charId) match {
|
subs.UserEvents.remove(charId) match {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue